Click or drag to resize
EventHelper Class
Methods that help when handling events.
Inheritance Hierarchy
SystemObject
  VirtualRadar.InterfaceEventHelper

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class EventHelper

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