The following tables list the members exposed by EventHandlerDictionary.
Name | Description | |
---|---|---|
EventHandlerDictionary Constructor | Overloaded. |
Name | Description | |
---|---|---|
Disposed | Returns true if the object has already been disposed (Inherited from Infragistics.Shared.DisposableObject) | |
Item | Returns the System.Delegate with the specified key. |
Name | Description | |
---|---|---|
AddHandler | Adds a delegate to the list | |
AddHandlers | Copies over the event handlers from the specified source into this instance, clearing any existing event handlers. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Called to Dispose the object (Inherited from Infragistics.Shared.DisposableObject) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
RemoveHandler | Removes a delegate from the list | |
VerifyNotDisposed | Will throw an ObjectDisposedException exception if the object has been disposed of. (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnDispose | Overridden. Invoked when the object is disposed. |