Click or drag to resize

EventHandlerExtensionsFireAsync Method

Overload List
  NameDescription
Public methodStatic memberFireAsync(EventHandler, Object, EventArgs)
Fires an event in an asynchronous way. When this method returns, the event handlers may still be running.
This method will automatically check if there are any event handlers subscribed to handler and it will automatically propagate the call the the appropriate thread.
Public methodStatic memberFireAsyncT(EventHandlerT, Object, T)
Fires an event in an asynchronous way. When this method returns, the event handlers may still be running.
This method will automatically check if there are any event handlers subscribed to handler and it will automatically propagate the call the the appropriate thread.
Top
See Also