EventHandlerExtensionsRaiseEvent Method

Overload List

RaiseEvent(EventHandler, Object) Raises the event of the source EventHandler.
RaiseEvent(EventHandler, Object, EventArgs) Raises the event of the source EventHandler.
RaiseEventT(EventHandlerT, Object) Raises the event of the source EventHandler.
RaiseEventT(EventHandlerT, Object, T) Raises the event of the source EventHandler.

See Also