StartEventHandler Delegate

[C#]

public delegate void StartEventHandler(object sender);

Parameters

  • sender: The source of the event.

Remarks

All handler objects have two events in common, namely OnStart and OnDone. Between OnStart and OnDone a handler object is said to be active. When an operation has been initiated, OnStart is the first event being invoked.