Click or drag to resize

CommandTypeExecute Method

Executes the developer provided event handler method for this CommandType object.

Namespace:  us.FreeWill.CommandLine
Assembly:  CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax
C#
public virtual bool Execute()

Return Value

Type: Boolean
boolean value that the application developer returns from their event handerl.
See Also