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
- ADRole.cs
- SystemIPGlobalProperties.cs
- InvalidPrinterException.cs
- LocalizationParserHooks.cs
- PrePrepareMethodAttribute.cs
- MgmtResManager.cs
- XamlStream.cs
- CheckBoxRenderer.cs
- CompletedAsyncResult.cs
- KeyInstance.cs
- OutputCacheProfileCollection.cs
- DataGridColumn.cs
- InertiaTranslationBehavior.cs
- TypeLibConverter.cs
- GraphicsState.cs
- DataObject.cs
- Section.cs
- SignedInfo.cs
- Axis.cs
- AttributeCollection.cs
- ResourcePermissionBase.cs
- CodeTypeReferenceExpression.cs
- OpenTypeLayoutCache.cs
- DrawingCollection.cs
- RuntimeConfig.cs
- CuspData.cs
- SqlCacheDependencyDatabaseCollection.cs
- DetailsViewDeleteEventArgs.cs
- Token.cs
- SHA512Managed.cs
- WpfWebRequestHelper.cs
- RawStylusInputReport.cs
- LineSegment.cs
- RsaKeyIdentifierClause.cs
- QilChoice.cs
- ClientOptions.cs
- DataDocumentXPathNavigator.cs
- ElementUtil.cs
- PassportPrincipal.cs
- RankException.cs
- PageAsyncTask.cs
- SessionEndingCancelEventArgs.cs
- SelectedGridItemChangedEvent.cs
- DescendantQuery.cs
- MouseWheelEventArgs.cs
- WeakRefEnumerator.cs
- TrackingStringDictionary.cs
- MapPathBasedVirtualPathProvider.cs
- HttpCookiesSection.cs
- ContainerParagraph.cs
- Symbol.cs
- SerializableAttribute.cs
- XmlStringTable.cs
- Graph.cs
- SafeNativeMethods.cs
- AssemblyInfo.cs
- ManagementEventArgs.cs
- IdentityModelDictionary.cs
- Win32.cs
- _OSSOCK.cs
- ReachSerializationCacheItems.cs
- LogExtentCollection.cs
- PrintDialogException.cs
- SiteMapNodeItemEventArgs.cs
- CompilerHelpers.cs
- ExpressionNode.cs
- Item.cs
- TypefaceCollection.cs
- InternalsVisibleToAttribute.cs
- EdmTypeAttribute.cs
- InputEventArgs.cs
- TimeoutException.cs
- CounterSetInstanceCounterDataSet.cs
- AdornerHitTestResult.cs
- TextContainerHelper.cs
- KeyConstraint.cs
- ProcessThreadCollection.cs
- DetailsViewInsertEventArgs.cs
- XamlGridLengthSerializer.cs
- SoapIncludeAttribute.cs
- BamlStream.cs
- bindurihelper.cs
- LogArchiveSnapshot.cs
- Trace.cs
- InternalBufferOverflowException.cs
- PartialArray.cs
- ProvidePropertyAttribute.cs
- EncoderNLS.cs
- HttpCapabilitiesBase.cs
- DesignSurfaceCollection.cs
- DebugController.cs
- ProtocolsSection.cs
- MessageBox.cs
- CodeExpressionStatement.cs
- OAVariantLib.cs
- WebRequestModuleElement.cs
- ObjectItemAssemblyLoader.cs
- StylusPointPropertyInfo.cs
- BasicExpressionVisitor.cs
- ConfigsHelper.cs