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
- ListChangedEventArgs.cs
- ServicesExceptionNotHandledEventArgs.cs
- WebServiceHostFactory.cs
- PathFigure.cs
- BinaryReader.cs
- Set.cs
- SqlReferenceCollection.cs
- UIElementCollection.cs
- MasterPageBuildProvider.cs
- MatrixAnimationBase.cs
- UIEndRequest.cs
- InputMethodStateChangeEventArgs.cs
- BufferModeSettings.cs
- SizeKeyFrameCollection.cs
- UrlParameterReader.cs
- InteropExecutor.cs
- TypeDescriptorContext.cs
- NonSerializedAttribute.cs
- ScriptManager.cs
- SqlDependency.cs
- SmiTypedGetterSetter.cs
- ChangeConflicts.cs
- EmptyTextWriter.cs
- TypeReference.cs
- WindowsScrollBar.cs
- DesignerObject.cs
- OpenTypeCommon.cs
- XsltFunctions.cs
- ConnectionProviderAttribute.cs
- RuntimeArgumentHandle.cs
- PointUtil.cs
- _AuthenticationState.cs
- MapPathBasedVirtualPathProvider.cs
- TraceHandler.cs
- GridViewItemAutomationPeer.cs
- AutomationPropertyInfo.cs
- ParseNumbers.cs
- CloudCollection.cs
- WorkflowQueuingService.cs
- DataViewSetting.cs
- ListViewHitTestInfo.cs
- StringPropertyBuilder.cs
- TableLayout.cs
- QuadraticBezierSegment.cs
- WebPartConnectionsCancelEventArgs.cs
- FixedPage.cs
- DataControlCommands.cs
- AsyncCallback.cs
- EntityDataSourceContainerNameItem.cs
- GCHandleCookieTable.cs
- ObjectListDesigner.cs
- XmlSchemaChoice.cs
- WindowsIPAddress.cs
- EmissiveMaterial.cs
- Scalars.cs
- SoapDocumentMethodAttribute.cs
- ToolboxBitmapAttribute.cs
- TypeUtil.cs
- HttpServerVarsCollection.cs
- XmlDataSourceNodeDescriptor.cs
- XamlClipboardData.cs
- StrongNamePublicKeyBlob.cs
- TransactionBridge.cs
- XmlSchemaAll.cs
- PopupEventArgs.cs
- DataView.cs
- ConnectionManagementSection.cs
- TemplateField.cs
- HandlerBase.cs
- DataBoundLiteralControl.cs
- HyperLink.cs
- InputScope.cs
- listitem.cs
- ThaiBuddhistCalendar.cs
- GlyphingCache.cs
- DataGridColumn.cs
- Semaphore.cs
- XmlParser.cs
- RadioButtonBaseAdapter.cs
- DiffuseMaterial.cs
- BaseConfigurationRecord.cs
- NameTable.cs
- Soap.cs
- AnnotationComponentChooser.cs
- ISAPIRuntime.cs
- TcpClientSocketManager.cs
- ReservationNotFoundException.cs
- ChtmlTextWriter.cs
- login.cs
- ResizeGrip.cs
- SqlCacheDependency.cs
- ScriptControl.cs
- ReversePositionQuery.cs
- DesignerDataConnection.cs
- SecurityTokenException.cs
- StorageScalarPropertyMapping.cs
- MdiWindowListItemConverter.cs
- WebPartsSection.cs
- DateTimeFormatInfo.cs
- DataObjectFieldAttribute.cs