Click or drag to resize

IAsyncRelayCommandTParam Interface

[Missing <summary> documentation for "T:BionicCode.Utilities.Net.Uwp.Generic.IAsyncRelayCommand`1"]

Namespace:  BionicCode.Utilities.Net.Uwp.Generic
Assembly:  BionicCode.Utilities.Net.Uwp (in BionicCode.Utilities.Net.Uwp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAsyncRelayCommand<in TParam> : ICommand

Type Parameters

TParam

[Missing <typeparam name="TParam"/> documentation for "T:BionicCode.Utilities.Net.Uwp.Generic.IAsyncRelayCommand`1"]

The IAsyncRelayCommandTParam type exposes the following members.

Properties
  NameDescription
Public propertyIsExecuting
Top
Methods
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