Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / EventEntry.cs / 1 / EventEntry.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Security.Permissions; ////// PropertyEntry for event handler /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class EventEntry { private Type _handlerType; private string _handlerMethodName; private string _name; ////// public string HandlerMethodName { get { return _handlerMethodName; } set { _handlerMethodName = value; } } ////// public Type HandlerType { get { return _handlerType; } set { _handlerType = value; } } ////// public string Name { get { return _name; } set { _name = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Security.Permissions; ////// PropertyEntry for event handler /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class EventEntry { private Type _handlerType; private string _handlerMethodName; private string _name; ////// public string HandlerMethodName { get { return _handlerMethodName; } set { _handlerMethodName = value; } } ////// public Type HandlerType { get { return _handlerType; } set { _handlerType = value; } } ////// public string Name { get { return _name; } set { _name = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- URLMembershipCondition.cs
- SamlAttribute.cs
- TTSVoice.cs
- CodeAssignStatement.cs
- PassportAuthenticationModule.cs
- Compiler.cs
- ViewGenResults.cs
- DataGridViewCellEventArgs.cs
- SafeMarshalContext.cs
- WindowsMenu.cs
- UTF32Encoding.cs
- HierarchicalDataBoundControlAdapter.cs
- WindowsIdentity.cs
- SuppressIldasmAttribute.cs
- SystemIPInterfaceProperties.cs
- FlowDocumentPage.cs
- BinaryMethodMessage.cs
- StrokeIntersection.cs
- ComboBoxAutomationPeer.cs
- ArglessEventHandlerProxy.cs
- ActivityScheduledQuery.cs
- HtmlControlDesigner.cs
- InputReport.cs
- SQLDateTimeStorage.cs
- PropertyToken.cs
- WeakHashtable.cs
- DataSourceView.cs
- GenericEnumConverter.cs
- ReadOnlyDataSource.cs
- AbstractSvcMapFileLoader.cs
- ResourceExpression.cs
- Header.cs
- ReadContentAsBinaryHelper.cs
- TabControlEvent.cs
- OpenTypeCommon.cs
- SqlBuffer.cs
- ValidationError.cs
- ExceptionTranslationTable.cs
- AlternateViewCollection.cs
- Quaternion.cs
- TextSpan.cs
- HttpInputStream.cs
- _AutoWebProxyScriptHelper.cs
- bidPrivateBase.cs
- SafeRegistryHandle.cs
- FormViewInsertEventArgs.cs
- BitVector32.cs
- VisualProxy.cs
- ElementHostPropertyMap.cs
- ImageListStreamer.cs
- ConfigurationPropertyCollection.cs
- SqlError.cs
- DecimalAnimationUsingKeyFrames.cs
- EntityDesignerDataSourceView.cs
- DbDataReader.cs
- Matrix.cs
- TemplateColumn.cs
- SecurityUtils.cs
- PrimitiveDataContract.cs
- SecUtil.cs
- SystemEvents.cs
- AppDomainUnloadedException.cs
- OutputCacheSettingsSection.cs
- HandlerBase.cs
- FontDriver.cs
- Ops.cs
- SqlDataRecord.cs
- XmlMembersMapping.cs
- XsdDataContractExporter.cs
- CodeNamespaceImport.cs
- ConsoleKeyInfo.cs
- DefaultBinder.cs
- JsonObjectDataContract.cs
- NullRuntimeConfig.cs
- LoadRetryAsyncResult.cs
- XNameTypeConverter.cs
- RootBuilder.cs
- CodeTypeParameter.cs
- DrawingVisual.cs
- ResourceDictionaryCollection.cs
- RegistryKey.cs
- SingleStorage.cs
- PackageProperties.cs
- HtmlElementEventArgs.cs
- TreeNodeMouseHoverEvent.cs
- ConnectionDemuxer.cs
- DataColumnMappingCollection.cs
- HelloMessage11.cs
- StylusButtonEventArgs.cs
- TypeUtils.cs
- RowToFieldTransformer.cs
- DbMetaDataFactory.cs
- RadioButtonList.cs
- GridItem.cs
- RegexCode.cs
- RootAction.cs
- RectangleGeometry.cs
- PinnedBufferMemoryStream.cs
- TreeWalker.cs
- MessageFormatterConverter.cs