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
- JpegBitmapDecoder.cs
- BindStream.cs
- FontStretch.cs
- Window.cs
- TextProviderWrapper.cs
- ActivityDefaults.cs
- ResourceSet.cs
- ViewStateModeByIdAttribute.cs
- LinkedResource.cs
- _AutoWebProxyScriptWrapper.cs
- GeometryGroup.cs
- TypeElement.cs
- MimeTypeMapper.cs
- TransformerInfoCollection.cs
- TransactionScopeDesigner.cs
- PrintDialog.cs
- StorageComplexPropertyMapping.cs
- TextFindEngine.cs
- InstanceCreationEditor.cs
- GeneralTransformGroup.cs
- ServiceManagerHandle.cs
- XmlEntity.cs
- DataGridComponentEditor.cs
- WindowsGraphicsWrapper.cs
- JournalEntry.cs
- DefaultMemberAttribute.cs
- FaultContext.cs
- DataViewManager.cs
- DragCompletedEventArgs.cs
- IdnMapping.cs
- XmlCharCheckingWriter.cs
- RectangleHotSpot.cs
- ReverseInheritProperty.cs
- Classification.cs
- SqlRowUpdatedEvent.cs
- SchemaDeclBase.cs
- FontResourceCache.cs
- CacheRequest.cs
- DataRow.cs
- MutexSecurity.cs
- SchemaImporter.cs
- CrossSiteScriptingValidation.cs
- TransformDescriptor.cs
- SafeIUnknown.cs
- ReadOnlyDataSourceView.cs
- DirectionalLight.cs
- BitmapSourceSafeMILHandle.cs
- EmptyQuery.cs
- AdornedElementPlaceholder.cs
- TextEffectCollection.cs
- BamlLocalizer.cs
- XmlExtensionFunction.cs
- FrameworkTextComposition.cs
- Helpers.cs
- DataGridViewLayoutData.cs
- GridViewEditEventArgs.cs
- DbProviderFactoriesConfigurationHandler.cs
- ResourcePool.cs
- DownloadProgressEventArgs.cs
- TTSEvent.cs
- ConsumerConnectionPointCollection.cs
- ErrorHandler.cs
- SerializerProvider.cs
- ProfessionalColors.cs
- AppDomainFactory.cs
- DataGridViewCellCancelEventArgs.cs
- ProjectedSlot.cs
- LookupTables.cs
- CultureMapper.cs
- CodeObject.cs
- IdnElement.cs
- RenderData.cs
- LiteralText.cs
- NativeStructs.cs
- HorizontalAlignConverter.cs
- StylusPointProperties.cs
- CookielessHelper.cs
- UiaCoreApi.cs
- TreeNode.cs
- FormViewInsertedEventArgs.cs
- printdlgexmarshaler.cs
- PolyBezierSegmentFigureLogic.cs
- DesignerAdapterUtil.cs
- DependsOnAttribute.cs
- DesignTimeTemplateParser.cs
- BaseTreeIterator.cs
- SystemIPv4InterfaceProperties.cs
- XmlValidatingReaderImpl.cs
- QilTargetType.cs
- WebPartVerb.cs
- SecurityManager.cs
- BaseCAMarshaler.cs
- SecurityHelper.cs
- CompressedStack.cs
- SecurityContext.cs
- SvcMapFileSerializer.cs
- DocumentViewerBase.cs
- RectAnimationUsingKeyFrames.cs
- AssemblyBuilder.cs
- ApplySecurityAndSendAsyncResult.cs