Click or drag to resize

AsyncRelayCommand Constructor (FuncObject, Task, PredicateObject)

Initializes a new instance of the AsyncRelayCommand class

Namespace:  BionicCode.Utilities.Net.Uwp
Assembly:  BionicCode.Utilities.Net.Uwp (in BionicCode.Utilities.Net.Uwp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AsyncRelayCommand(
	Func<Object, Task> executeAsync,
	Predicate<Object> canExecute
)

Parameters

executeAsync
Type: SystemFuncObject, Task

[Missing <param name="executeAsync"/> documentation for "M:BionicCode.Utilities.Net.Uwp.AsyncRelayCommand.#ctor(System.Func{System.Object,System.Threading.Tasks.Task},System.Predicate{System.Object})"]

canExecute
Type: SystemPredicateObject

[Missing <param name="canExecute"/> documentation for "M:BionicCode.Utilities.Net.Uwp.AsyncRelayCommand.#ctor(System.Func{System.Object,System.Threading.Tasks.Task},System.Predicate{System.Object})"]

See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md