RemoveHandler(ref object, Delegate)
Invoke the Remove semantic on the next node in the chain of invocation.
Declaration
void RemoveHandler(ref object instance, Delegate handler)Parameters
| Type | Name | Description |
|---|---|---|
| object | instance | Target instance on which the event is defined ( |
| Delegate | handler | Handler to be removed from the event. |
Remarks
<p>
The
instance
parameter is passed by reference so that instance methods of value types (
struct
in C#) are allowed to change the value of the instance.