Click or drag to resize
EventHelperRaiseQuicklyTEventArgs Method (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.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void RaiseQuickly<TEventArgs>(
	EventHandler<TEventArgs> eventHandler,
	Object sender,
	TEventArgs args
)
where TEventArgs : EventArgs

Parameters

eventHandler
Type: SystemEventHandlerTEventArgs
sender
Type: SystemObject
args
Type: TEventArgs

Type Parameters

TEventArgs
See Also