EventHandlerList Methods
.NET Framework (current version)
Namespace:
System.ComponentModel
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | AddHandler(Object^, Delegate^) | Adds a delegate to the list. |
![]() | AddHandlers(EventHandlerList^) | Adds a list of delegates to the current list. |
![]() | Dispose() | Disposes the delegate list. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | RemoveHandler(Object^, Delegate^) | Removes a delegate from the list. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Show:
