Click or drag to resize

NotifyEventDelegate Delegate

Delegate for callback events.

Namespace:  us.FreeWill
Assembly:  CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax
C#
public delegate bool NotifyEventDelegate(
	Object sender
)

Parameters

sender
Type: SystemObject
When callback is called, the owning object reference is passed in.

Return Value

Type: Boolean
Boolean value provided by the event handler.
See Also