Async |
[Missing <summary> documentation for "T:RAYLASE.Marker.GUI.Common.Interactivity.AsyncCommand`1"]
public class AsyncCommand<T> : ICommand
[Missing <typeparam name="T"/> documentation for "T:RAYLASE.Marker.GUI.Common.Interactivity.AsyncCommand`1"]
The AsyncCommandT type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsyncCommandT | Initializes a new instance of the AsyncCommandT 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. |