EventHelper Class |
Namespace: VirtualRadar.Interface
The EventHelper type exposes the following members.
Name | Description | |
---|---|---|
RaiseTEventArgs(Delegate, Object, FuncTEventArgs, ActionException, Boolean) |
Raises an event for an event handler.
| |
RaiseTEventArgs(Delegate, Object, TEventArgs, ActionException, Boolean) |
Raises an event for an event handler.
| |
RaiseQuicklyTEventArgs(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.
| |
RaiseQuicklyTEventArgs(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.
| |
Rethrow |
Rethrows an exception without losing stack information.
|