Click or drag to resize

IAsyncRelayCommand Methods

Methods
  NameDescription
Public methodCanExecute
Executes the AsyncRelayCommand on the current command target.
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 on the current command target.
Public methodExecute(Object)
Defines the method to be called when the command is invoked.
(Inherited from ICommand.)
Public methodExecuteAsync
Executes the AsyncRelayCommand on the current command target.
Public methodExecuteAsync(Object)
Asynchronously executes the AsyncRelayCommand on the current command target.
Top
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md