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
- FixedSOMGroup.cs
- MenuCommandsChangedEventArgs.cs
- OdbcConnectionStringbuilder.cs
- Rfc2898DeriveBytes.cs
- ColumnHeaderConverter.cs
- Drawing.cs
- input.cs
- TextViewSelectionProcessor.cs
- EntityWithChangeTrackerStrategy.cs
- PolicyImporterElementCollection.cs
- OverflowException.cs
- XmlDocumentSerializer.cs
- FlowDocumentReaderAutomationPeer.cs
- SchemaDeclBase.cs
- QueryOutputWriter.cs
- SiteMapNodeItemEventArgs.cs
- StatusBarItem.cs
- TCEAdapterGenerator.cs
- OracleString.cs
- TextBoxAutomationPeer.cs
- DefaultAssemblyResolver.cs
- PaperSize.cs
- LastQueryOperator.cs
- ADMembershipProvider.cs
- SimpleFileLog.cs
- ChtmlTextWriter.cs
- SoapTypeAttribute.cs
- XmlSchemaAttribute.cs
- SecurityKeyIdentifier.cs
- ListItemParagraph.cs
- ProfileGroupSettingsCollection.cs
- PrimitiveType.cs
- TouchesOverProperty.cs
- SynchronizationValidator.cs
- DataService.cs
- AddIn.cs
- PolicyException.cs
- EdmFunctions.cs
- StringPropertyBuilder.cs
- BuildProviderAppliesToAttribute.cs
- ChangeToolStripParentVerb.cs
- Pen.cs
- MethodToken.cs
- JsonStringDataContract.cs
- ModifierKeysConverter.cs
- ShaperBuffers.cs
- PrintDialogDesigner.cs
- ButtonChrome.cs
- CodeExpressionStatement.cs
- ScriptBehaviorDescriptor.cs
- GridViewSortEventArgs.cs
- DrawItemEvent.cs
- AppLevelCompilationSectionCache.cs
- DocumentPageHost.cs
- AddInActivator.cs
- XmlEventCache.cs
- HttpApplicationFactory.cs
- XmlDocumentSchema.cs
- XamlSerializerUtil.cs
- DataMisalignedException.cs
- xamlnodes.cs
- HuffModule.cs
- RowToFieldTransformer.cs
- Point4D.cs
- BuildProviderInstallComponent.cs
- InplaceBitmapMetadataWriter.cs
- PropertyChangedEventManager.cs
- ProgressChangedEventArgs.cs
- BamlMapTable.cs
- ButtonChrome.cs
- StringCollectionMarkupSerializer.cs
- PreviewPageInfo.cs
- SharedPersonalizationStateInfo.cs
- ProfileBuildProvider.cs
- DesignerAttribute.cs
- ActiveXSerializer.cs
- AtomEntry.cs
- InstanceLockLostException.cs
- EdmType.cs
- translator.cs
- WebServiceParameterData.cs
- FtpWebRequest.cs
- InstancePersistenceCommand.cs
- _PooledStream.cs
- TraceContextRecord.cs
- XhtmlConformanceSection.cs
- GenericAuthenticationEventArgs.cs
- XmlNodeChangedEventArgs.cs
- QilReference.cs
- StreamAsIStream.cs
- DataServiceRequest.cs
- AutomationPatternInfo.cs
- SelectorAutomationPeer.cs
- IdentityReference.cs
- RangeValueProviderWrapper.cs
- Size.cs
- MultiDataTrigger.cs
- SymLanguageType.cs
- ManagementExtension.cs
- SafeReversePInvokeHandle.cs