Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / EventEntry.cs / 1305376 / EventEntry.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Security.Permissions; ////// PropertyEntry for event handler /// 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. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Security.Permissions; ////// PropertyEntry for event handler /// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MenuCommand.cs
- BamlLocalizabilityResolver.cs
- XmlUtil.cs
- OleDbDataAdapter.cs
- Context.cs
- PolicyChain.cs
- ConfigXmlAttribute.cs
- DefaultParameterValueAttribute.cs
- BufferedOutputStream.cs
- VectorKeyFrameCollection.cs
- HostSecurityManager.cs
- OleDbConnection.cs
- StringBuilder.cs
- MissingMemberException.cs
- CaseInsensitiveHashCodeProvider.cs
- AxisAngleRotation3D.cs
- SchemaAttDef.cs
- SerializationException.cs
- StylusCollection.cs
- PropertyItem.cs
- Bezier.cs
- TdsParserHelperClasses.cs
- NetSectionGroup.cs
- Base64WriteStateInfo.cs
- SynchronousReceiveBehavior.cs
- ImageField.cs
- DotExpr.cs
- SourceChangedEventArgs.cs
- StringKeyFrameCollection.cs
- SetStateEventArgs.cs
- SharedUtils.cs
- SQLSingle.cs
- CursorConverter.cs
- ThrowOnMultipleAssignment.cs
- DataControlImageButton.cs
- PermissionRequestEvidence.cs
- MarshalByValueComponent.cs
- FieldNameLookup.cs
- StatusBarItem.cs
- PersistStreamTypeWrapper.cs
- TagMapInfo.cs
- BinaryQueryOperator.cs
- ToolStripItemBehavior.cs
- TextTrailingCharacterEllipsis.cs
- RoleManagerSection.cs
- ContainerFilterService.cs
- RichTextBoxAutomationPeer.cs
- WarningException.cs
- BitmapImage.cs
- InputLangChangeRequestEvent.cs
- RankException.cs
- TextTreeObjectNode.cs
- SchemaAttDef.cs
- HttpProfileGroupBase.cs
- Operator.cs
- TaiwanLunisolarCalendar.cs
- GlobalItem.cs
- XhtmlBasicSelectionListAdapter.cs
- PagePropertiesChangingEventArgs.cs
- ThreadAbortException.cs
- ContainerUIElement3D.cs
- GridViewCellAutomationPeer.cs
- ApplicationDirectory.cs
- DesignerAutoFormatCollection.cs
- ErrorWrapper.cs
- ToolStripLocationCancelEventArgs.cs
- UniqueIdentifierService.cs
- BuildProvidersCompiler.cs
- SerializationTrace.cs
- MobilePage.cs
- ColumnTypeConverter.cs
- ArcSegment.cs
- InvalidComObjectException.cs
- MailMessageEventArgs.cs
- DesignerDataColumn.cs
- HostExecutionContextManager.cs
- HttpRequest.cs
- DbParameterCollectionHelper.cs
- X509CertificateCollection.cs
- SafeLocalMemHandle.cs
- LinqDataSourceSelectEventArgs.cs
- RadioButtonFlatAdapter.cs
- WebControlAdapter.cs
- KeyboardInputProviderAcquireFocusEventArgs.cs
- AttachedAnnotationChangedEventArgs.cs
- LabelDesigner.cs
- EmbossBitmapEffect.cs
- EdmToObjectNamespaceMap.cs
- Themes.cs
- HtmlInputCheckBox.cs
- RuntimeHandles.cs
- PackageFilter.cs
- ExtentKey.cs
- FormsAuthentication.cs
- GeneralTransform3DCollection.cs
- VisemeEventArgs.cs
- CommonEndpointBehaviorElement.cs
- StructuredTypeEmitter.cs
- PopupEventArgs.cs
- InternalRelationshipCollection.cs