SuccessEventHandler Delegate

[C#]

public delegate void SuccessEventHandler(object sender);

Parameters

  • sender: The source of the event.

Remarks

Used to report the success of various operations.