NotifyEventDelegate Delegate
|
Delegate for callback events.
Namespace:
us.FreeWill
Assembly:
CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax public delegate bool NotifyEventDelegate(
Object sender
)
Parameters
- sender
- Type: SystemObject
When callback is called, the owning object reference is passed in.
Return Value
Type:
BooleanBoolean value provided by the event handler.
See Also