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
- Itemizer.cs
- IntegerValidator.cs
- UnsafeNativeMethods.cs
- InputEventArgs.cs
- ObjectParameter.cs
- LongValidatorAttribute.cs
- NameNode.cs
- MonitoringDescriptionAttribute.cs
- ContextMenuStripGroup.cs
- StreamBodyWriter.cs
- ClientProtocol.cs
- TdsParserSessionPool.cs
- LineBreakRecord.cs
- HideDisabledControlAdapter.cs
- ServerValidateEventArgs.cs
- CallTemplateAction.cs
- View.cs
- WebPartTransformerAttribute.cs
- FrameworkElementAutomationPeer.cs
- RolePrincipal.cs
- GiveFeedbackEvent.cs
- HybridCollection.cs
- StylusDownEventArgs.cs
- PictureBox.cs
- Subtract.cs
- SystemFonts.cs
- BroadcastEventHelper.cs
- DurableInstancingOptions.cs
- PointConverter.cs
- ParameterSubsegment.cs
- IndexedString.cs
- DataGridViewComponentPropertyGridSite.cs
- GridView.cs
- columnmapfactory.cs
- PackagePartCollection.cs
- CloseSequenceResponse.cs
- JsonMessageEncoderFactory.cs
- CodeExpressionRuleDeclaration.cs
- DefaultValueTypeConverter.cs
- MultipartContentParser.cs
- Rijndael.cs
- UnsafeNetInfoNativeMethods.cs
- Misc.cs
- SqlExpressionNullability.cs
- DesignerActionKeyboardBehavior.cs
- CheckBox.cs
- DataFieldEditor.cs
- DesignerSerializationOptionsAttribute.cs
- CompressedStack.cs
- ResourceAssociationSetEnd.cs
- ValidateNames.cs
- SuppressMergeCheckAttribute.cs
- UserPreferenceChangingEventArgs.cs
- AppSettingsSection.cs
- State.cs
- ReliabilityContractAttribute.cs
- FreeFormDragDropManager.cs
- DefaultAuthorizationContext.cs
- FileIOPermission.cs
- AsyncDataRequest.cs
- ControlCommandSet.cs
- StringPropertyBuilder.cs
- HiddenFieldPageStatePersister.cs
- SqlStream.cs
- DbParameterHelper.cs
- MarginsConverter.cs
- SamlDelegatingWriter.cs
- Block.cs
- EntityStoreSchemaGenerator.cs
- WriterOutput.cs
- OuterGlowBitmapEffect.cs
- Selection.cs
- StorageBasedPackageProperties.cs
- ReturnEventArgs.cs
- SpeechSynthesizer.cs
- HandleRef.cs
- RpcCryptoContext.cs
- SqlRetyper.cs
- ProxyAttribute.cs
- ItemsControlAutomationPeer.cs
- CookielessHelper.cs
- CodeCommentStatement.cs
- EtwTrace.cs
- IISUnsafeMethods.cs
- DrawingImage.cs
- xamlnodes.cs
- Timeline.cs
- BindingSource.cs
- SecurityUtils.cs
- QueryStringConverter.cs
- HttpListenerContext.cs
- ButtonChrome.cs
- HwndSourceKeyboardInputSite.cs
- HyperLinkDesigner.cs
- WinFormsSpinner.cs
- StringCollection.cs
- ColumnMapTranslator.cs
- SystemIPv4InterfaceProperties.cs
- ComboBox.cs
- SqlParameterCollection.cs