Method AddHandler
AddHandler(ref Object, Delegate)
Invoke the Add
semantic on the next node in the chain of invocation.
Declaration
void AddHandler(ref object instance, Delegate handler)
Parameters
Type | Name | Description |
---|---|---|
Object | instance | Target instance on which the event is defined ( |
Delegate | handler | Handler to be added to the event. |