ICommand

ICommand class

Defines a command.

The ICommand type exposes the following members:

Properties

NameDescription
can_executeDefines the operator that determines whether the command can execute in its current state.

Methods

NameDescription
execute()

See Also