| EventHandlerExtensions Methods |
| Name | Description | |
|---|---|---|
| SafeInvoke(EventHandler, Object, EventArgs) |
Raises the event.
| |
| SafeInvoke(EventHandler, Object, EventArgs, FuncEventArgs, Boolean) |
Raises the event with cancellation possibility.
| |
| SafeInvokeT(EventHandlerT, Object, T) |
Raises the event.
| |
| SafeInvokeT(EventHandlerT, Object, T, FuncT, Boolean) |
Raises the event with cancellation possibility.
|