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
- ControlPropertyNameConverter.cs
- WebHttpDispatchOperationSelector.cs
- GlyphTypeface.cs
- XmlTextWriter.cs
- TimeSpanValidatorAttribute.cs
- TextAnchor.cs
- NamespaceQuery.cs
- EntityWithKeyStrategy.cs
- ApplicationFileCodeDomTreeGenerator.cs
- SafeLibraryHandle.cs
- ListViewInsertionMark.cs
- VarRefManager.cs
- ADMembershipUser.cs
- ReadWriteSpinLock.cs
- HashMembershipCondition.cs
- GACMembershipCondition.cs
- ColumnMapProcessor.cs
- MdImport.cs
- ItemAutomationPeer.cs
- RewritingProcessor.cs
- HtmlTableRow.cs
- PreloadedPackages.cs
- DefaultDiscoveryServiceExtension.cs
- basecomparevalidator.cs
- ServiceSecurityAuditElement.cs
- RowType.cs
- NetworkAddressChange.cs
- SwitchDesigner.xaml.cs
- ClassValidator.cs
- XmlILConstructAnalyzer.cs
- WindowsRichEdit.cs
- SizeConverter.cs
- ExtentCqlBlock.cs
- BinaryParser.cs
- HelpEvent.cs
- ComboBox.cs
- CodeIndexerExpression.cs
- ExtractorMetadata.cs
- DependencyObjectProvider.cs
- SQLBoolean.cs
- RequiredFieldValidator.cs
- _PooledStream.cs
- TypeConverterHelper.cs
- SafeFileMappingHandle.cs
- CapabilitiesState.cs
- ValueConversionAttribute.cs
- FileDialogCustomPlaces.cs
- AsymmetricSignatureFormatter.cs
- AspCompat.cs
- PKCS1MaskGenerationMethod.cs
- XmlSerializerAssemblyAttribute.cs
- PropertyCondition.cs
- CodeTypeReference.cs
- DbBuffer.cs
- AuthenticatedStream.cs
- CompilationLock.cs
- IntegerCollectionEditor.cs
- DocumentGrid.cs
- OdbcConnectionStringbuilder.cs
- TextOptions.cs
- TerminatorSinks.cs
- ParameterModifier.cs
- ComEventsMethod.cs
- ExtractorMetadata.cs
- DataObjectEventArgs.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- BeginGetFileNameFromUserRequest.cs
- DateTimeFormat.cs
- HtmlInputCheckBox.cs
- Process.cs
- QuaternionAnimation.cs
- RequestCacheEntry.cs
- MDIClient.cs
- TdsParserSessionPool.cs
- CodeConditionStatement.cs
- InstanceCompleteException.cs
- RedirectionProxy.cs
- XmlSchemaSimpleContentRestriction.cs
- NavigationHelper.cs
- SafeRightsManagementSessionHandle.cs
- SystemIcons.cs
- AnimatedTypeHelpers.cs
- AssemblyAttributes.cs
- Grant.cs
- XamlToRtfWriter.cs
- XmlSchemaSimpleTypeList.cs
- PeerInvitationResponse.cs
- TextAction.cs
- TrimSurroundingWhitespaceAttribute.cs
- MachineKeySection.cs
- Vector3DConverter.cs
- MarkupCompilePass1.cs
- WindowsGrip.cs
- _AcceptOverlappedAsyncResult.cs
- WS2007FederationHttpBindingElement.cs
- X509Extension.cs
- Assert.cs
- RectangleHotSpot.cs
- GPPOINTF.cs
- StreamGeometry.cs