Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- MatrixAnimationBase.cs
- DesignerAutoFormatStyle.cs
- StylusPlugInCollection.cs
- FixedPageAutomationPeer.cs
- EnumUnknown.cs
- Cell.cs
- CompilerResults.cs
- HwndSubclass.cs
- DependencyStoreSurrogate.cs
- BitmapInitialize.cs
- DataGridViewTopRowAccessibleObject.cs
- TableRowGroupCollection.cs
- ViewCellRelation.cs
- ObjectCache.cs
- Bezier.cs
- Exceptions.cs
- SignedXml.cs
- MasterPageParser.cs
- ExternalException.cs
- GeneralTransform3D.cs
- PolyLineSegment.cs
- DocumentPageHost.cs
- TextDpi.cs
- SqlDataRecord.cs
- DataGridViewComboBoxCell.cs
- AddInAttribute.cs
- SafeNativeMemoryHandle.cs
- HTTPNotFoundHandler.cs
- DATA_BLOB.cs
- UnsafeNativeMethods.cs
- XmlElementList.cs
- GuidConverter.cs
- OdbcRowUpdatingEvent.cs
- AppDomainFactory.cs
- EntityContainerEmitter.cs
- FtpCachePolicyElement.cs
- AsyncOperationManager.cs
- MissingFieldException.cs
- AttachedPropertyMethodSelector.cs
- QilTypeChecker.cs
- TypeResolvingOptions.cs
- TransactionFilter.cs
- WebControlAdapter.cs
- TextParagraphProperties.cs
- SamlDelegatingWriter.cs
- SevenBitStream.cs
- TimeoutHelper.cs
- ProcessModelInfo.cs
- FileUpload.cs
- FaultHandlingFilter.cs
- AttachedAnnotationChangedEventArgs.cs
- CodeComment.cs
- DataGridRelationshipRow.cs
- CustomLineCap.cs
- StringConverter.cs
- activationcontext.cs
- EntryWrittenEventArgs.cs
- FixedStringLookup.cs
- SqlReorderer.cs
- TargetInvocationException.cs
- PreviewKeyDownEventArgs.cs
- StrongNameSignatureInformation.cs
- DiscoveryDocumentSearchPattern.cs
- _IPv4Address.cs
- StrongNameKeyPair.cs
- SspiSecurityTokenProvider.cs
- xmlfixedPageInfo.cs
- LogConverter.cs
- mongolianshape.cs
- CompleteWizardStep.cs
- ThreadAttributes.cs
- EntityDataSourceMemberPath.cs
- BitmapMetadataBlob.cs
- LinkTarget.cs
- SimpleBitVector32.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- DragDropHelper.cs
- CodeTypeDeclarationCollection.cs
- TextWriterTraceListener.cs
- ContextStack.cs
- RequiredAttributeAttribute.cs
- ConfigXmlElement.cs
- UIElementAutomationPeer.cs
- LambdaReference.cs
- SQLDecimal.cs
- StylusButton.cs
- ImmutablePropertyDescriptorGridEntry.cs
- WindowsStatic.cs
- NotCondition.cs
- WebSysDisplayNameAttribute.cs
- SqlDataSourceCustomCommandEditor.cs
- MenuItemStyleCollection.cs
- EmptyEnumerable.cs
- StaticResourceExtension.cs
- SqlGatherConsumedAliases.cs
- SqlRecordBuffer.cs
- ArrayTypeMismatchException.cs
- MessageSecurityVersion.cs
- MatrixTransform3D.cs
- ToolStripDropDownItem.cs