AsyncRelayCommand Methods |
The AsyncRelayCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanExecute |
Determines whether this AsyncRelayCommand can execute.
(Inherited from AsyncRelayCommandTParam.) |
![]() | CanExecute(TParam) |
Determines whether this AsyncRelayCommand can execute.
(Inherited from AsyncRelayCommandTParam.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | ExecuteAsync |
Executes the AsyncRelayCommand on the current command target asynchronously.
(Inherited from AsyncRelayCommandTParam.) |
![]() | ExecuteAsync(CancellationToken) |
Executes the AsyncRelayCommand on the current command target asynchronously.
(Inherited from AsyncRelayCommandTParam.) |
![]() | ExecuteAsync(TParam) |
Executes the AsyncRelayCommand on the current command target asynchronously.
(Inherited from AsyncRelayCommandTParam.) |
![]() | ExecuteAsync(TParam, CancellationToken) |
Executes the AsyncRelayCommand on the current command target asynchronously.
(Inherited from AsyncRelayCommandTParam.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InvalidateCommand |
Extends ICommand to allow asynchronous command execution, where the accepted parameter of the ExecuteAsync(TParam) and CanExecute is strongly typed to eliminate type casting inside the registered callbacks.
(Inherited from AsyncRelayCommandTParam.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnCanExecuteChanged |
Raises the CanExecuteChanged event.
(Inherited from AsyncRelayCommandTParam.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ToDictionary | Overloaded.
Coverts any type to a DictionaryTKey, TValue, where the TKey is the member name and TValue the member's value.
(Defined by HelperExtensions.) |
![]() | ToDictionary | Overloaded.
Coverts any type to a DictionaryTKey, TValue, where the TKey is the member name and TValue the member's value.
(Defined by HelperExtensions.) |
Name | Description | |
---|---|---|
![]() ![]() | ICommandCanExecute |
Explicit ICommand implementation. Determines whether this AsyncRelayCommand can execute.
(Inherited from AsyncRelayCommandTParam.) |
![]() ![]() | ICommandExecute |
Explicit ICommand implementation. Executes the AsyncRelayCommand on the current command target.
(Inherited from AsyncRelayCommandTParam.) |
![]() ![]() | IAsyncRelayCommandExecuteAsync(Object) |
Asynchronously executes the AsyncRelayCommand on the current command target.
(Inherited from AsyncRelayCommandTParam.) |
![]() ![]() | IAsyncRelayCommandExecuteAsync(Object, CancellationToken) |
Asynchronously executes the AsyncRelayCommand on the current command target.
(Inherited from AsyncRelayCommandTParam.) |