IAsyncCommand Interface
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.
An object implementing IAsyncCommand in the DataContext of a control is converted to a ICommand in the Visual Studio process and can be databound in xaml.
public interface IAsyncCommand
type IAsyncCommand = interface
Public Interface IAsyncCommand
- Derived
Properties
CanExecute |
Gets a value indicating whether the command can execute in its current state. |
Methods
ExecuteAsync(Object, IClientContext, CancellationToken) |
Defines the method to be called when the command is invoked. |