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
- XamlUtilities.cs
- HtmlInputFile.cs
- SelectManyQueryOperator.cs
- XmlILAnnotation.cs
- SqlInternalConnectionTds.cs
- Substitution.cs
- wgx_sdk_version.cs
- SelectionList.cs
- WebPartCollection.cs
- AnimatedTypeHelpers.cs
- XmlDocument.cs
- RepeatInfo.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- XsdBuilder.cs
- TypeListConverter.cs
- ToolStripDropDownMenu.cs
- SHA1CryptoServiceProvider.cs
- MouseGestureConverter.cs
- FontDialog.cs
- CommandField.cs
- WindowProviderWrapper.cs
- MessageQueue.cs
- NetworkCredential.cs
- BatchParser.cs
- DataBinding.cs
- ClientEventManager.cs
- nulltextcontainer.cs
- XsltFunctions.cs
- BoundField.cs
- Parallel.cs
- CqlParser.cs
- ImageButton.cs
- CopyAction.cs
- FileRecordSequenceHelper.cs
- WebConfigurationManager.cs
- AddingNewEventArgs.cs
- ProtocolElementCollection.cs
- RuleSetReference.cs
- ExceptionTrace.cs
- UnsignedPublishLicense.cs
- HandleCollector.cs
- TextEndOfParagraph.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- BooleanKeyFrameCollection.cs
- DefaultValueTypeConverter.cs
- XmlAnyElementAttributes.cs
- DeobfuscatingStream.cs
- OleStrCAMarshaler.cs
- EditBehavior.cs
- DocumentScope.cs
- LineBreak.cs
- TitleStyle.cs
- BStrWrapper.cs
- ProcessHostMapPath.cs
- DbModificationCommandTree.cs
- InfoCardCryptoHelper.cs
- AmbientValueAttribute.cs
- DependencyPropertyKind.cs
- BindableTemplateBuilder.cs
- DataPointer.cs
- CellLabel.cs
- Normalization.cs
- ConstantProjectedSlot.cs
- DictionaryBase.cs
- SwitchAttribute.cs
- NavigationProperty.cs
- ComponentManagerBroker.cs
- HttpListenerResponse.cs
- BeginEvent.cs
- CodePropertyReferenceExpression.cs
- Keywords.cs
- AvTraceDetails.cs
- PropertyStore.cs
- Drawing.cs
- XmlDownloadManager.cs
- FieldAccessException.cs
- NetCodeGroup.cs
- ConsoleCancelEventArgs.cs
- TimelineGroup.cs
- InlineUIContainer.cs
- SharingService.cs
- DesignerOptionService.cs
- DataGridViewComboBoxColumn.cs
- SqlIdentifier.cs
- ContextDataSourceContextData.cs
- SchemaElement.cs
- XmlTypeMapping.cs
- FixedSOMLineCollection.cs
- SoapAttributeAttribute.cs
- ClonableStack.cs
- AnnotationAuthorChangedEventArgs.cs
- SqlInternalConnectionSmi.cs
- DataGridViewComboBoxEditingControl.cs
- AssociationSetEnd.cs
- TemplatePartAttribute.cs
- ResourceDictionary.cs
- PersistenceProviderElement.cs
- ParenthesizePropertyNameAttribute.cs
- DbConnectionOptions.cs
- XmlSchemaProviderAttribute.cs