Async |
[Missing <summary> documentation for "T:RAYLASE.Marker.GUI.Common.Interactivity.AsyncCommand"]
public class AsyncCommand : ICommand
The AsyncCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsyncCommand | Initializes a new instance of the AsyncCommand class |
Name | Description | |
---|---|---|
![]() | CanExecuteHandler | |
![]() | ExecutedHandler |
Name | Description | |
---|---|---|
![]() | CanExecute | |
![]() | ExecuteAsync | |
![]() | RaiseCanExecuteChanged |
Name | Description | |
---|---|---|
![]() | CanExecuteChanged |
Name | Description | |
---|---|---|
![]() ![]() | ICommandCanExecute | Defines the method that determines whether the command can execute in its current state. |
![]() ![]() | ICommandExecute | Defines the method to be called when the command is invoked. |