ICommand<T> Members
The interface that specifies a parameterized command.
#Methods
Name | Description |
---|---|
Can |
Returns whether the command can be executed in its current state. |
Can |
Defines the method that determines whether the command can execute in its current state. Inherited from ICommand. |
Execute |
Defines the method called when the command is invoked. |
Execute |
Defines the method to be called when the command is invoked. Inherited from ICommand. |
#Events
Name | Description |
---|---|
Can |
Occurs when changes occur that affect whether or not the command should execute. Inherited from ICommand. |
See Also