Click or drag to resize

IAsyncRelayCommand Methods

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
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md