Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- InheritanceContextChangedEventManager.cs
- PointAnimationUsingKeyFrames.cs
- Cell.cs
- NetworkCredential.cs
- PlainXmlWriter.cs
- BuildDependencySet.cs
- Errors.cs
- ContentType.cs
- Choices.cs
- followingquery.cs
- ObjectTag.cs
- dbenumerator.cs
- RootDesignerSerializerAttribute.cs
- MonthChangedEventArgs.cs
- CompilerParameters.cs
- AvTrace.cs
- SkipStoryboardToFill.cs
- Font.cs
- GB18030Encoding.cs
- CultureMapper.cs
- DataRecordInfo.cs
- StorageEntityContainerMapping.cs
- StorageEntityTypeMapping.cs
- FlowDocumentScrollViewer.cs
- ReferencedCollectionType.cs
- StructuralType.cs
- Identifier.cs
- DataGridViewSelectedRowCollection.cs
- Clock.cs
- ListenerBinder.cs
- KeyConverter.cs
- AnimationStorage.cs
- LessThan.cs
- X509SecurityToken.cs
- SingleObjectCollection.cs
- MatrixConverter.cs
- DuplexSecurityProtocolFactory.cs
- ACE.cs
- ProjectionAnalyzer.cs
- MessageHeaderDescriptionCollection.cs
- StringUtil.cs
- Marshal.cs
- ApplicationServicesHostFactory.cs
- RepeaterItemEventArgs.cs
- SchemaElement.cs
- PeerCollaboration.cs
- ShaderRenderModeValidation.cs
- elementinformation.cs
- StreamUpgradeInitiator.cs
- IndexerNameAttribute.cs
- DescendantBaseQuery.cs
- GroupQuery.cs
- CodeDelegateInvokeExpression.cs
- QilNode.cs
- DragAssistanceManager.cs
- ResourceDescriptionAttribute.cs
- DropShadowBitmapEffect.cs
- UnsafeNativeMethods.cs
- CheckBox.cs
- PeerCustomResolverSettings.cs
- CodeTypeReference.cs
- AsyncWaitHandle.cs
- ADMembershipProvider.cs
- XmlSchemaExternal.cs
- LingerOption.cs
- MediaElement.cs
- MailDefinition.cs
- MatrixTransform.cs
- Viewport3DVisual.cs
- AuthenticatedStream.cs
- BamlReader.cs
- EntityCommandDefinition.cs
- UnmanagedMemoryStream.cs
- XmlObjectSerializerReadContextComplexJson.cs
- ProjectionPlan.cs
- SecurityCredentialsManager.cs
- GraphicsPath.cs
- _KerberosClient.cs
- AuthorizationRule.cs
- Parameter.cs
- GenericTextProperties.cs
- XsltFunctions.cs
- Image.cs
- UserControlDesigner.cs
- MobilePage.cs
- ParentUndoUnit.cs
- OdbcConnection.cs
- Vector3DIndependentAnimationStorage.cs
- Style.cs
- StyleCollection.cs
- TemplateField.cs
- XmlSchemaObject.cs
- Label.cs
- MarshalByValueComponent.cs
- CodeCatchClauseCollection.cs
- RuntimeHelpers.cs
- EmptyQuery.cs
- ContentElement.cs
- BitmapMetadata.cs
- PointKeyFrameCollection.cs