Click or drag to resize

AsyncRelayCommand Constructor (FuncTask, FuncBoolean)

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<Task> executeAsyncNoParam,
	Func<bool> canExecuteNoParam
)

Parameters

executeAsyncNoParam
Type: SystemFuncTask

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

canExecuteNoParam
Type: SystemFuncBoolean

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

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