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
- PiiTraceSource.cs
- ThrowHelper.cs
- PreservationFileReader.cs
- UriExt.cs
- XmlElementAttribute.cs
- ConfigXmlComment.cs
- FSWPathEditor.cs
- NetNamedPipeBindingCollectionElement.cs
- TableDetailsRow.cs
- SmtpAuthenticationManager.cs
- TextBlockAutomationPeer.cs
- SetterBase.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- SettingsAttributes.cs
- EvidenceTypeDescriptor.cs
- SimpleBitVector32.cs
- EntityUtil.cs
- LiteralControl.cs
- SecurityException.cs
- GridViewRowEventArgs.cs
- _StreamFramer.cs
- EncodingNLS.cs
- _AutoWebProxyScriptEngine.cs
- StylusPoint.cs
- ReadContentAsBinaryHelper.cs
- ModelPerspective.cs
- namescope.cs
- SqlNamer.cs
- UriScheme.cs
- FormatterServicesNoSerializableCheck.cs
- IntSumAggregationOperator.cs
- IPipelineRuntime.cs
- DataGridViewLinkColumn.cs
- ApplicationServiceHelper.cs
- TraceContextEventArgs.cs
- TraceContextEventArgs.cs
- WebConfigurationFileMap.cs
- RootProfilePropertySettingsCollection.cs
- ActionMessageFilter.cs
- XmlSchemaAll.cs
- FixedHighlight.cs
- VectorAnimation.cs
- MexHttpsBindingCollectionElement.cs
- DataMemberFieldEditor.cs
- StickyNote.cs
- StringReader.cs
- ConfigurationPropertyAttribute.cs
- CheckedListBox.cs
- InputLanguageCollection.cs
- DataSourceHelper.cs
- ConfigXmlSignificantWhitespace.cs
- BitStack.cs
- SmtpClient.cs
- TextSelectionHighlightLayer.cs
- ListDictionaryInternal.cs
- TdsParserSafeHandles.cs
- BitSet.cs
- StickyNoteAnnotations.cs
- ContainerAction.cs
- OracleParameter.cs
- MsmqIntegrationSecurity.cs
- ListViewItemSelectionChangedEvent.cs
- NetDataContractSerializer.cs
- BoundPropertyEntry.cs
- PlainXmlWriter.cs
- NextPreviousPagerField.cs
- GPRECTF.cs
- HtmlInputRadioButton.cs
- XmlRootAttribute.cs
- ValidatingReaderNodeData.cs
- WindowsPrincipal.cs
- SvcMapFileSerializer.cs
- ProcessModuleCollection.cs
- CommandHelpers.cs
- IntegrationExceptionEventArgs.cs
- ResourceSetExpression.cs
- TextTreeTextNode.cs
- TableLayoutStyleCollection.cs
- SourceCollection.cs
- MediaScriptCommandRoutedEventArgs.cs
- TransactionProtocolConverter.cs
- Point.cs
- FileSystemInfo.cs
- ActivityExecutorSurrogate.cs
- WindowsScroll.cs
- Pen.cs
- XmlSchemaNotation.cs
- Expr.cs
- ExeConfigurationFileMap.cs
- future.cs
- TextDecoration.cs
- KnownTypesProvider.cs
- RadioButtonDesigner.cs
- TableLayoutSettingsTypeConverter.cs
- FileChangesMonitor.cs
- Variant.cs
- LayoutSettings.cs
- ContentTextAutomationPeer.cs
- CultureInfo.cs
- DispatcherTimer.cs