EventHandlerExtensions Class |
Namespace: Cimbalino.Toolkit.Extensions
public static class EventHandlerExtensions
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.
|