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
- SvcMapFileLoader.cs
- XmlNamespaceMapping.cs
- ToolBar.cs
- MetadataPropertyCollection.cs
- DataListCommandEventArgs.cs
- TextElement.cs
- BamlResourceDeserializer.cs
- MetadataAssemblyHelper.cs
- CqlParserHelpers.cs
- EventTrigger.cs
- URI.cs
- TableLayoutSettings.cs
- WindowsGraphicsWrapper.cs
- FrameworkEventSource.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- MultiByteCodec.cs
- StylusDevice.cs
- Normalization.cs
- Validator.cs
- WorkflowMarkupSerializationProvider.cs
- ThreadStartException.cs
- CompiledXpathExpr.cs
- DnsElement.cs
- WindowsGraphics.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- WebPartEditorCancelVerb.cs
- EditorPartCollection.cs
- ListenerChannelContext.cs
- SqlClientMetaDataCollectionNames.cs
- LineServicesCallbacks.cs
- CacheAxisQuery.cs
- EncryptedPackage.cs
- UInt32Storage.cs
- FixedBufferAttribute.cs
- TdsParser.cs
- CheckBoxRenderer.cs
- EditorZoneBase.cs
- WebScriptServiceHost.cs
- DuplexChannelBinder.cs
- DataGridViewTopLeftHeaderCell.cs
- ProtocolsSection.cs
- EngineSite.cs
- MSG.cs
- TerminateSequenceResponse.cs
- FixedTextBuilder.cs
- ParseChildrenAsPropertiesAttribute.cs
- FormatConvertedBitmap.cs
- SqlExpander.cs
- FixedPosition.cs
- ObfuscationAttribute.cs
- StronglyTypedResourceBuilder.cs
- AppDomainProtocolHandler.cs
- MouseGestureConverter.cs
- JsonWriterDelegator.cs
- XmlProcessingInstruction.cs
- WindowsScrollBarBits.cs
- Point3DAnimationBase.cs
- XmlAnyAttributeAttribute.cs
- StyleSheetComponentEditor.cs
- ServiceInfoCollection.cs
- DbParameterHelper.cs
- TimelineGroup.cs
- basecomparevalidator.cs
- VerificationAttribute.cs
- ContextMarshalException.cs
- ProfileBuildProvider.cs
- DataColumn.cs
- MediaTimeline.cs
- EdmComplexPropertyAttribute.cs
- EncryptedType.cs
- Comparer.cs
- PageThemeCodeDomTreeGenerator.cs
- TraceSection.cs
- CalendarDataBindingHandler.cs
- DragDeltaEventArgs.cs
- CreateUserWizardStep.cs
- basevalidator.cs
- Rights.cs
- SimpleHandlerBuildProvider.cs
- PackagePart.cs
- PtsHelper.cs
- CalendarDay.cs
- VersionedStreamOwner.cs
- ConfigXmlAttribute.cs
- AssemblyBuilderData.cs
- MailMessageEventArgs.cs
- MatrixAnimationBase.cs
- QuaternionRotation3D.cs
- WindowsListViewScroll.cs
- RegionInfo.cs
- FilteredAttributeCollection.cs
- TextBoxView.cs
- webbrowsersite.cs
- BinaryVersion.cs
- ColumnClickEvent.cs
- SerializableAuthorizationContext.cs
- ObjectTypeMapping.cs
- MemoryStream.cs
- ExpressionContext.cs
- SynchronizationHandlesCodeDomSerializer.cs