RemoveHandler(Delegate)
Removes a handler from the event by invoking the Remove
semantic of the next node in the chain of invocation.
Declaration
public abstract void RemoveHandler(Delegate handler)
Parameters
Type | Name | Description |
---|---|---|
Delegate | handler | Handler to be removed. |