AddHandler(Delegate)
Adds a handler to the event by invoking the Add
semantic of the next node in the chain of invocation.
Declaration
public abstract void AddHandler(Delegate handler)
Parameters
Type | Name | Description |
---|---|---|
Delegate | handler | The handler to add to the event. |