Click or drag to resize
EventHelper Methods

The EventHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberRaiseTEventArgs(Delegate, Object, FuncTEventArgs, ActionException, Boolean)
Raises an event for an event handler.
Public methodStatic memberRaiseTEventArgs(Delegate, Object, TEventArgs, ActionException, Boolean)
Raises an event for an event handler.
Public methodStatic memberRaiseQuicklyTEventArgs(EventHandlerTEventArgs, Object, FuncTEventArgs)
Raises an event for an event handler. This is 6x to 9x faster than the Raise methods but, unlike those methods, if one of the event handlers throws an exception then no further handlers are called.
Public methodStatic memberRaiseQuicklyTEventArgs(EventHandlerTEventArgs, Object, TEventArgs)
Raises an event for an event handler. This is 6x to 9x faster than the Raise methods but, unlike those methods, if one of the event handlers throws an exception then no further handlers are called.
Public methodStatic memberRethrow
Rethrows an exception without losing stack information.
Top
See Also