Click or drag to resize

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
C#
public bool SetFunction(
	NotifyEventDelegate commandEventHandler
)

Parameters

commandEventHandler
Type: us.FreeWillNotifyEventDelegate
Your own event handler reference.

Return Value

Type: Boolean
true if successful, false if it's null.
See Also