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
- SqlStatistics.cs
- RoutedEventArgs.cs
- LogStream.cs
- QueueSurrogate.cs
- TableCellCollection.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- ReflectPropertyDescriptor.cs
- EUCJPEncoding.cs
- XPathDocumentBuilder.cs
- DataBindingCollection.cs
- PrimitiveSchema.cs
- MailDefinition.cs
- SHA384CryptoServiceProvider.cs
- ErrorStyle.cs
- SafeIUnknown.cs
- MouseCaptureWithinProperty.cs
- regiisutil.cs
- GridToolTip.cs
- ResourceManager.cs
- SelectionRangeConverter.cs
- _AcceptOverlappedAsyncResult.cs
- WinFormsUtils.cs
- ACE.cs
- LogAppendAsyncResult.cs
- HttpInputStream.cs
- XamlPathDataSerializer.cs
- SqlConnectionHelper.cs
- WorkflowRuntimeBehavior.cs
- HttpMethodAttribute.cs
- DescendantBaseQuery.cs
- ControlValuePropertyAttribute.cs
- MembershipSection.cs
- KeyGestureConverter.cs
- QilPatternFactory.cs
- GlyphingCache.cs
- CodeLinePragma.cs
- OwnerDrawPropertyBag.cs
- SelectionWordBreaker.cs
- ExceptionRoutedEventArgs.cs
- Byte.cs
- VarInfo.cs
- PolicyManager.cs
- MobileContainerDesigner.cs
- PageThemeCodeDomTreeGenerator.cs
- SqlUnionizer.cs
- ReadContentAsBinaryHelper.cs
- SQLBytes.cs
- Identifier.cs
- ResXFileRef.cs
- XmlNavigatorStack.cs
- PropertyRecord.cs
- HelpExampleGenerator.cs
- ListSourceHelper.cs
- ReachPageContentSerializerAsync.cs
- CorrelationValidator.cs
- NumberAction.cs
- RequestResizeEvent.cs
- StringTraceRecord.cs
- HwndSource.cs
- UnsafePeerToPeerMethods.cs
- AttachmentService.cs
- RadioButton.cs
- SimpleTypeResolver.cs
- ObjectDataSourceDisposingEventArgs.cs
- TextSelectionProcessor.cs
- SqlMethodCallConverter.cs
- PageBuildProvider.cs
- Util.cs
- EntityModelSchemaGenerator.cs
- PenThreadPool.cs
- SymmetricAlgorithm.cs
- LinqDataSourceUpdateEventArgs.cs
- ChannelServices.cs
- SafeHandles.cs
- WindowsImpersonationContext.cs
- StrongName.cs
- XmlAttributeCollection.cs
- SessionPageStateSection.cs
- XamlSerializationHelper.cs
- bindurihelper.cs
- WebPartZoneAutoFormat.cs
- Formatter.cs
- IfAction.cs
- RuntimeEnvironment.cs
- XmlSortKey.cs
- ThrowHelper.cs
- RoutedUICommand.cs
- GroupBoxAutomationPeer.cs
- Math.cs
- TextContainerHelper.cs
- DataTrigger.cs
- AssertFilter.cs
- HttpWebRequest.cs
- TreeNodeCollection.cs
- SqlRetyper.cs
- DelegatingMessage.cs
- ProtocolImporter.cs
- SystemIcmpV4Statistics.cs
- Matrix.cs
- DesignerCommandSet.cs