Version

EventHandlerDictionary Class Members

The following tables list the members exposed by EventHandlerDictionary.

Public Constructors
 NameDescription
Public ConstructorEventHandlerDictionary ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyDisposedReturns true if the object has already been disposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyItemReturns the System.Delegate with the specified key.  
Public Methods
 NameDescription
Public MethodAddHandlerAdds a delegate to the list  
Public MethodAddHandlersCopies over the event handlers from the specified source into this instance, clearing any existing event handlers.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeCalled to Dispose the object (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodRemoveHandlerRemoves a delegate from the list  
Public MethodVerifyNotDisposedWill throw an ObjectDisposedException exception if the object has been disposed of. (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. Invoked when the object is disposed.  
See Also