Click or drag to resize
EventThrottlerTElement, TEventArgsEnqueueEvent Method
Enqueues the event in the task queue.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public void EnqueueEvent(
	TElement involvedElement,
	TEventArgs eventArgs
)

Parameters

involvedElement
Type: TElement
The involved element. This doesn't have to be the sender. Preverably this is the element involved in the event.
eventArgs
Type: TEventArgs
The TEventArgs instance containing the event data.
See Also