Edit

Share via


IAsyncRelayCommandExtensions Class

Definition

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.

Applies to