Click or drag to resize

IAsyncRelayCommand Interface

[Missing <summary> documentation for "T:BionicCode.Utilities.Net.Framework.Wpf.Utility.IAsyncRelayCommand"]

Namespace:  BionicCode.Utilities.Net.Framework.Wpf.Utility
Assembly:  BionicCode.Utilities.Net.Framework.Wpf (in BionicCode.Utilities.Net.Framework.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAsyncRelayCommand : ICommand

The IAsyncRelayCommand type exposes the following members.

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
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