Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebPartDesigner.cs
- TreeBuilderBamlTranslator.cs
- RootBrowserWindowProxy.cs
- ConfigsHelper.cs
- wgx_commands.cs
- HtmlTextArea.cs
- RightsManagementProvider.cs
- TrackingProfileCache.cs
- HostingPreferredMapPath.cs
- MutexSecurity.cs
- IsolatedStorageFile.cs
- RelatedImageListAttribute.cs
- PermissionRequestEvidence.cs
- RectKeyFrameCollection.cs
- PrintDialog.cs
- DataMisalignedException.cs
- StreamInfo.cs
- XmlWriter.cs
- CompiledQuery.cs
- TextStore.cs
- FormatControl.cs
- TreeNode.cs
- Material.cs
- CreateUserWizard.cs
- XsltLibrary.cs
- GridViewUpdateEventArgs.cs
- RouteItem.cs
- InternalsVisibleToAttribute.cs
- SByteStorage.cs
- SspiSafeHandles.cs
- AgileSafeNativeMemoryHandle.cs
- DataGridColumnEventArgs.cs
- OleDbStruct.cs
- StateItem.cs
- RightsManagementInformation.cs
- StackSpiller.cs
- HostSecurityManager.cs
- WebPartDeleteVerb.cs
- VariableValue.cs
- BasicExpandProvider.cs
- LinearGradientBrush.cs
- ArgumentReference.cs
- Monitor.cs
- ReliableSessionBindingElementImporter.cs
- XPathDocumentIterator.cs
- XmlDataDocument.cs
- WindowsClaimSet.cs
- ObjectStorage.cs
- x509store.cs
- DocumentScope.cs
- ReferenceEqualityComparer.cs
- IResourceProvider.cs
- Base64Stream.cs
- XmlKeywords.cs
- TimerEventSubscription.cs
- DependencyPropertyValueSerializer.cs
- XmlSchemaAttributeGroupRef.cs
- PlatformCulture.cs
- ReservationCollection.cs
- StrokeCollectionDefaultValueFactory.cs
- TableLayoutPanelDesigner.cs
- ClientTargetSection.cs
- MSAANativeProvider.cs
- ListControlBoundActionList.cs
- DomNameTable.cs
- DataControlLinkButton.cs
- UshortList2.cs
- VisualTreeHelper.cs
- XmlFormatWriterGenerator.cs
- ClosableStream.cs
- TraceContextEventArgs.cs
- StorageEndPropertyMapping.cs
- FileCodeGroup.cs
- DocumentGrid.cs
- Int32Converter.cs
- DbProviderFactoriesConfigurationHandler.cs
- TrackingDataItemValue.cs
- FontFaceLayoutInfo.cs
- StreamGeometry.cs
- ActivityExecutorOperation.cs
- COM2Enum.cs
- WeakReadOnlyCollection.cs
- ArraySubsetEnumerator.cs
- GridProviderWrapper.cs
- __ConsoleStream.cs
- PersonalizationStateInfo.cs
- EncoderFallback.cs
- SessionState.cs
- Frame.cs
- XmlSchemaValidationException.cs
- Encoding.cs
- GeneralTransform3DCollection.cs
- PassportAuthenticationModule.cs
- Scene3D.cs
- TextDecorationUnitValidation.cs
- UniqueConstraint.cs
- FontInfo.cs
- StronglyTypedResourceBuilder.cs
- TableDetailsRow.cs
- FieldCollectionEditor.cs