Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- GradientBrush.cs
- GroupBoxAutomationPeer.cs
- BasicHttpBindingElement.cs
- UseAttributeSetsAction.cs
- WebBrowserSiteBase.cs
- Point3DValueSerializer.cs
- TextInfo.cs
- XmlBuffer.cs
- OleDbSchemaGuid.cs
- StructuralCache.cs
- PeerNameRecord.cs
- ToolStripLabel.cs
- ICspAsymmetricAlgorithm.cs
- DrawingContextWalker.cs
- CustomActivityDesigner.cs
- ObjectKeyFrameCollection.cs
- NavigationFailedEventArgs.cs
- ChildrenQuery.cs
- HttpListenerRequest.cs
- SimpleWebHandlerParser.cs
- XmlIgnoreAttribute.cs
- FormParameter.cs
- ToolStripContainerActionList.cs
- XamlSerializationHelper.cs
- EntitySetBaseCollection.cs
- typedescriptorpermissionattribute.cs
- TimeSpanValidator.cs
- MediaElementAutomationPeer.cs
- XmlObjectSerializer.cs
- CorePropertiesFilter.cs
- DocumentScope.cs
- CodeExpressionCollection.cs
- Random.cs
- KeyEventArgs.cs
- WindowsToolbar.cs
- HashSetDebugView.cs
- CustomCredentialPolicy.cs
- DateTimeFormatInfo.cs
- SqlStatistics.cs
- AccessibilityHelperForXpWin2k3.cs
- ConstructorNeedsTagAttribute.cs
- ListDesigner.cs
- DBConnection.cs
- Timeline.cs
- LambdaCompiler.Logical.cs
- JsonClassDataContract.cs
- SoapConverter.cs
- GridViewUpdateEventArgs.cs
- LocationFactory.cs
- List.cs
- BitmapEffectrendercontext.cs
- Task.cs
- FixedSOMFixedBlock.cs
- FileDialogPermission.cs
- SizeAnimation.cs
- WebPart.cs
- Thread.cs
- ConfigXmlDocument.cs
- NavigationProperty.cs
- ReliableChannelFactory.cs
- oledbmetadatacolumnnames.cs
- CroppedBitmap.cs
- OutputCacheSettingsSection.cs
- CodeAttributeDeclaration.cs
- WindowsFormsLinkLabel.cs
- StatusBar.cs
- FixedPageAutomationPeer.cs
- sqlcontext.cs
- LinqDataView.cs
- HtmlAnchor.cs
- XmlSchemaCompilationSettings.cs
- Matrix3DConverter.cs
- DocumentSequence.cs
- Behavior.cs
- Visual3D.cs
- InOutArgument.cs
- _ConnectionGroup.cs
- autovalidator.cs
- ClientType.cs
- EdmFunction.cs
- PreviewKeyDownEventArgs.cs
- MetadataCache.cs
- Command.cs
- PrimitiveXmlSerializers.cs
- CustomAttributeSerializer.cs
- ToggleButtonAutomationPeer.cs
- TextParagraphCache.cs
- LocationReferenceValue.cs
- LifetimeServices.cs
- InstanceData.cs
- Trace.cs
- SmiMetaData.cs
- TextWriter.cs
- EncryptedData.cs
- LogicalExpressionTypeConverter.cs
- FontFamilyValueSerializer.cs
- TraceRecords.cs
- LinkClickEvent.cs
- ProxyWebPartConnectionCollection.cs
- ListChangedEventArgs.cs