Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ErrorsHelper.cs
- JoinElimination.cs
- CustomCategoryAttribute.cs
- DirectoryInfo.cs
- EntityDataSourceView.cs
- XPathParser.cs
- Size3DValueSerializer.cs
- FileCodeGroup.cs
- HorizontalAlignConverter.cs
- ReferenceSchema.cs
- MaskedTextBox.cs
- Timer.cs
- BitVec.cs
- DetailsViewUpdatedEventArgs.cs
- RemotingConfigParser.cs
- SmtpNtlmAuthenticationModule.cs
- infer.cs
- HostedElements.cs
- ToolStripItemClickedEventArgs.cs
- TextElementCollection.cs
- SemaphoreSecurity.cs
- SiteMapProvider.cs
- FixedHighlight.cs
- DataGridViewTextBoxCell.cs
- MultipleViewPattern.cs
- XmlSchemaSet.cs
- UnionCodeGroup.cs
- webproxy.cs
- SamlConstants.cs
- ManipulationDeltaEventArgs.cs
- HwndHost.cs
- xml.cs
- SqlConnectionPoolProviderInfo.cs
- DbMetaDataColumnNames.cs
- ActionMismatchAddressingException.cs
- VSWCFServiceContractGenerator.cs
- WebPartConnectionsCancelEventArgs.cs
- PackUriHelper.cs
- EventManager.cs
- Sql8ExpressionRewriter.cs
- Bold.cs
- DeclaredTypeElementCollection.cs
- RectConverter.cs
- ResourceExpressionBuilder.cs
- FormViewRow.cs
- baseaxisquery.cs
- TrackingStringDictionary.cs
- ProtocolsConfiguration.cs
- XmlILAnnotation.cs
- SplineKeyFrames.cs
- SqlClientWrapperSmiStreamChars.cs
- IDataContractSurrogate.cs
- ContainerFilterService.cs
- AxisAngleRotation3D.cs
- LineSegment.cs
- PeerNameRecord.cs
- XPathParser.cs
- ToolStripDesigner.cs
- TypeExtension.cs
- CalendarDesigner.cs
- CrossAppDomainChannel.cs
- Stylesheet.cs
- XsltException.cs
- TargetControlTypeCache.cs
- bindurihelper.cs
- ElementNotAvailableException.cs
- CompositeScriptReferenceEventArgs.cs
- PageThemeBuildProvider.cs
- DataBindingExpressionBuilder.cs
- x509utils.cs
- StorageSetMapping.cs
- IsolatedStorageException.cs
- WCFBuildProvider.cs
- AnonymousIdentificationModule.cs
- SkewTransform.cs
- EventHandlerService.cs
- TargetException.cs
- TableCell.cs
- Command.cs
- GetWinFXPath.cs
- RemotingAttributes.cs
- BooleanProjectedSlot.cs
- BuilderInfo.cs
- Point4D.cs
- ReverseComparer.cs
- AnnotationResourceChangedEventArgs.cs
- TextSegment.cs
- XPathQueryGenerator.cs
- ErrorEventArgs.cs
- SystemWebExtensionsSectionGroup.cs
- TextHintingModeValidation.cs
- DataGridClipboardHelper.cs
- ObjectSet.cs
- HtmlInputImage.cs
- AuthenticationModuleElementCollection.cs
- ConsumerConnectionPoint.cs
- CopyOnWriteList.cs
- CommandValueSerializer.cs
- HijriCalendar.cs
- XmlQualifiedNameTest.cs