IAsyncStateCommand Methods |
The IAsyncStateCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanExecute |
Returns boolean value indicating whether the Command can be executed or not.
(Inherited from ICommand.) |
![]() | Complete |
Completes the execution.
|
![]() | Execute |
Executes an undoable action.
(Inherited from ICommand.) |
![]() | Redo |
Executes an undoable action.
(Inherited from ICommand.) |
![]() | Undo |
Unwinds an undoable action.
(Inherited from ICommand.) |