RemoveHandler(TDelegate, TState)
Removes a handler from the event. Typically used to unregister the EventBroker<TDelegate, TArgs, TState> from the event.
Declaration
void RemoveHandler(TDelegate handler, TState state)Parameters
| Type | Name | Description |
|---|---|---|
| TDelegate | handler | An event handler (typically a method of the EventBroker<TDelegate, TArgs, TState>). |
| TState | state |