Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ShaperBuffers.cs
- TextSpan.cs
- SecUtil.cs
- cookie.cs
- ReceiveActivityDesignerTheme.cs
- SocketPermission.cs
- XmlSerializerNamespaces.cs
- DataBindingExpressionBuilder.cs
- DataColumnSelectionConverter.cs
- XmlSchemaAttributeGroup.cs
- FaultBookmark.cs
- ADMembershipUser.cs
- SatelliteContractVersionAttribute.cs
- _SslStream.cs
- Emitter.cs
- ValidationError.cs
- LinearGradientBrush.cs
- Binding.cs
- CompilerInfo.cs
- ApplicationFileCodeDomTreeGenerator.cs
- XmlSchemaProviderAttribute.cs
- SmtpFailedRecipientsException.cs
- TypeGeneratedEventArgs.cs
- XmlComplianceUtil.cs
- SingleStorage.cs
- ColorConvertedBitmap.cs
- EntityModelSchemaGenerator.cs
- XsdBuilder.cs
- TextPointerBase.cs
- AssemblyContextControlItem.cs
- ServiceObjectContainer.cs
- GroupDescription.cs
- Point3DCollection.cs
- XamlTypeMapperSchemaContext.cs
- SqlProviderUtilities.cs
- DoubleLinkList.cs
- ScriptingAuthenticationServiceSection.cs
- ContainerCodeDomSerializer.cs
- ExpressionVisitor.cs
- DatagridviewDisplayedBandsData.cs
- OutOfMemoryException.cs
- ContentElementCollection.cs
- _CookieModule.cs
- OptionUsage.cs
- StrongNameHelpers.cs
- FormViewDeleteEventArgs.cs
- OleDbException.cs
- ConfigurationManagerHelper.cs
- CheckPair.cs
- SubpageParagraph.cs
- SweepDirectionValidation.cs
- CodeSnippetCompileUnit.cs
- ToggleProviderWrapper.cs
- XLinq.cs
- XmlHierarchicalDataSourceView.cs
- ToolboxSnapDragDropEventArgs.cs
- XmlSchemaProviderAttribute.cs
- TextEvent.cs
- DocumentEventArgs.cs
- XPathDocumentIterator.cs
- HashRepartitionEnumerator.cs
- OdbcParameterCollection.cs
- ReflectEventDescriptor.cs
- CompilerGlobalScopeAttribute.cs
- GCHandleCookieTable.cs
- DataMisalignedException.cs
- TagNameToTypeMapper.cs
- SafeViewOfFileHandle.cs
- ScrollItemPatternIdentifiers.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- CqlParser.cs
- RectAnimation.cs
- DropSourceBehavior.cs
- XmlSchemaChoice.cs
- EncoderFallback.cs
- Binding.cs
- XmlSortKeyAccumulator.cs
- DbSetClause.cs
- SqlBooleanMismatchVisitor.cs
- ValidatedControlConverter.cs
- ImageCodecInfo.cs
- DataTableReaderListener.cs
- MatrixAnimationBase.cs
- DockPattern.cs
- SharedUtils.cs
- PageFunction.cs
- DataFormats.cs
- ToggleProviderWrapper.cs
- SignalGate.cs
- FrameworkElement.cs
- EventLogger.cs
- RepeaterItemCollection.cs
- ParameterElementCollection.cs
- Int32Storage.cs
- ReferencedType.cs
- CompositeActivityCodeGenerator.cs
- MarkupExtensionSerializer.cs
- Exceptions.cs
- ClassHandlersStore.cs
- DbSourceCommand.cs