Click or drag to resize

IAsyncRelayCommand Interface

Extends ICommand to allow asynchronous command execution.

Namespace:  BionicCode.Utilities.Net.Core.Wpf
Assembly:  BionicCode.Utilities.Net.Core.Wpf (in BionicCode.Utilities.Net.Core.Wpf.dll) Version: 1.0.2
Syntax
public interface IAsyncRelayCommand : ICommand

The IAsyncRelayCommand type exposes the following members.

Methods
  NameDescription
Public methodCanExecute
Checks if the ICommand can execute.
Public methodCanExecute(Object)
Defines the method that determines whether the command can execute in its current state.
(Inherited from ICommand.)
Public methodExecute
Executes the AsyncRelayCommand.
Public methodExecute(Object)
Defines the method to be called when the command is invoked.
(Inherited from ICommand.)
Public methodExecuteAsync
Executes the AsyncRelayCommand asynchronously.
Public methodExecuteAsync(Object)
Asynchronously executes the AsyncRelayCommand.
Top
Events
  NameDescription
Public eventCanExecuteChanged
Occurs when changes occur that affect whether or not the command should execute.
(Inherited from ICommand.)
Top
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md