IAsyncRelayCommand<TParam> Interface |
[Missing <summary> documentation for "T:BionicCode.Utilities.Net.Uwp.Generic.IAsyncRelayCommand`1"]
Namespace: BionicCode.Utilities.Net.Uwp.Generic
[Missing <typeparam name="TParam"/> documentation for "T:BionicCode.Utilities.Net.Uwp.Generic.IAsyncRelayCommand`1"]
The IAsyncRelayCommand<TParam> type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsExecuting |
Name | Description | |
---|---|---|
![]() | CanExecute() | |
![]() | CanExecute(Object) | Defines the method that determines whether the command can execute in its current state. (Inherited from ICommand.) |
![]() | CanExecute(TParam) | |
![]() | Execute | Defines the method to be called when the command is invoked. (Inherited from ICommand.) |
![]() | ExecuteAsync() | |
![]() | ExecuteAsync(CancellationToken) | |
![]() | ExecuteAsync(TParam) | |
![]() | ExecuteAsync(TParam, CancellationToken) | |
![]() | InvalidateCommand |
Name | Description | |
---|---|---|
![]() | CanExecuteChanged | Occurs when changes occur that affect whether or not the command should execute. (Inherited from ICommand.) |