Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ClientSession.cs
- XPathDocumentNavigator.cs
- HttpResponseInternalWrapper.cs
- DetailsViewDeletedEventArgs.cs
- CodeTypeReferenceCollection.cs
- StringAnimationUsingKeyFrames.cs
- BamlTreeMap.cs
- SplayTreeNode.cs
- URLMembershipCondition.cs
- CodeAttributeArgument.cs
- ModifierKeysValueSerializer.cs
- PathFigureCollectionValueSerializer.cs
- HeaderedContentControl.cs
- CodeAccessPermission.cs
- SystemIPGlobalProperties.cs
- ICspAsymmetricAlgorithm.cs
- VisualBasicImportReference.cs
- EventDrivenDesigner.cs
- oledbmetadatacollectionnames.cs
- columnmapkeybuilder.cs
- NullableDoubleMinMaxAggregationOperator.cs
- ContextItem.cs
- SortDescription.cs
- Single.cs
- _ConnectionGroup.cs
- CommandBinding.cs
- PathSegment.cs
- InvalidContentTypeException.cs
- XmlAtomicValue.cs
- RSAPKCS1KeyExchangeFormatter.cs
- TokenBasedSet.cs
- ParseChildrenAsPropertiesAttribute.cs
- DataGridCommandEventArgs.cs
- PipelineModuleStepContainer.cs
- ContextMenuStrip.cs
- ScopeCompiler.cs
- FixedSOMPageElement.cs
- SqlFlattener.cs
- XmlAttributeCache.cs
- DynamicUpdateCommand.cs
- DataBoundControl.cs
- DataGridViewCellStyleConverter.cs
- HttpHandlerActionCollection.cs
- CodeSubDirectory.cs
- PathFigureCollection.cs
- Util.cs
- TileModeValidation.cs
- DesignerActionMethodItem.cs
- TextContainerChangeEventArgs.cs
- DesigntimeLicenseContextSerializer.cs
- SimpleType.cs
- TrackingStringDictionary.cs
- BaseUriHelper.cs
- ProviderMetadata.cs
- CommandSet.cs
- RelatedImageListAttribute.cs
- initElementDictionary.cs
- SpStreamWrapper.cs
- DataContractSet.cs
- FontInfo.cs
- SQLInt32Storage.cs
- TypeNameParser.cs
- SiteMapNodeItemEventArgs.cs
- WebPartHelpVerb.cs
- NegatedCellConstant.cs
- AppDomainFactory.cs
- TreeViewAutomationPeer.cs
- NameValueCollection.cs
- TableLayoutStyle.cs
- ShapingWorkspace.cs
- StringKeyFrameCollection.cs
- ProjectionPathSegment.cs
- XmlNotation.cs
- BuildProvider.cs
- GatewayIPAddressInformationCollection.cs
- FileDialog.cs
- MatrixStack.cs
- ReadOnlyHierarchicalDataSource.cs
- CorrelationResolver.cs
- StateMachineWorkflow.cs
- CompressEmulationStream.cs
- SearchForVirtualItemEventArgs.cs
- ControlBuilderAttribute.cs
- SQLStringStorage.cs
- ParentQuery.cs
- DoubleAnimation.cs
- TemplatePropertyEntry.cs
- OleDragDropHandler.cs
- ComponentResourceKeyConverter.cs
- ImageField.cs
- GridSplitterAutomationPeer.cs
- XmlSchemaSimpleContentRestriction.cs
- rsa.cs
- ProcessModelSection.cs
- StaticExtension.cs
- ServiceOperationUIEditor.cs
- ScriptingWebServicesSectionGroup.cs
- Emitter.cs
- OdbcInfoMessageEvent.cs
- SubclassTypeValidator.cs