|  | EventHandlerExtensionsSafeInvoke Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | SafeInvoke(EventHandler, Object, EventArgs) | 
            Raises the event.
             | 
|   | SafeInvokeT(EventHandlerT, Object, T) | 
            Raises the event.
             | 
|   | SafeInvoke(EventHandler, Object, EventArgs, FuncEventArgs, Boolean) | 
            Raises the event with cancellation possibility.
             | 
|   | SafeInvokeT(EventHandlerT, Object, T, FuncT, Boolean) | 
            Raises the event with cancellation possibility.
             | 
 See Also
See Also