AsyncRelayCommand Methods |
The AsyncRelayCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| CanExecute |
Determines whether this AsyncRelayCommand can execute.
| |
| CanExecute(Object) |
Determines whether this AsyncRelayCommand can execute.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Execute |
Executes the AsyncRelayCommand on the current command target.
| |
| Execute(Object) |
Executes the AsyncRelayCommand on the current command target.
| |
| ExecuteAsync |
Executes the AsyncRelayCommand on the current command target asynchronously.
| |
| ExecuteAsync(Object) |
Executes the AsyncRelayCommand on the current command target asynchronously.
| |
| 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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ToDictionary | (Defined by HelperExtensions.) |