IAsyncRelayCommandExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extensions for the IAsyncRelayCommand type.
public static class IAsyncRelayCommandExtensions
type IAsyncRelayCommandExtensions = class
Public Module IAsyncRelayCommandExtensions
- Inheritance
-
IAsyncRelayCommandExtensions
Methods
CreateCancelCommand(IAsyncRelayCommand) |
Creates an ICommand instance that can be used to cancel execution on the input command. The returned command will also notify when it can be executed based on the state of the wrapped command. |