CommandTypeSetFunction Method
|
Manually add your own event handler that will be called when a user types this command.
Namespace:
us.FreeWill.CommandLine
Assembly:
CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax public bool SetFunction(
NotifyEventDelegate commandEventHandler
)
Parameters
- commandEventHandler
- Type: us.FreeWillNotifyEventDelegate
Your own event handler reference.
Return Value
Type:
Booleantrue if successful, false if it's null.
See Also