Click or drag to resize

AsyncRelayCommand Properties

The AsyncRelayCommand type exposes the following members.

Properties
  NameDescription
Public propertyIsExecuting
Extends ICommand to allow asynchronous command execution, where the accepted parameter of the ExecuteAsync(TParam) and CanExecute is strongly typed to eliminate type casting inside the registered callbacks.
(Inherited from AsyncRelayCommandTParam.)
Top
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md