Click or drag to resize

AsyncRelayCommand Constructor (FuncTask, FuncBoolean)

Creates a parameterless new asynchronous command.

Namespace:  BionicCode.Utilities.Net.Core.Wpf
Assembly:  BionicCode.Utilities.Net.Core.Wpf (in BionicCode.Utilities.Net.Core.Wpf.dll) Version: 1.0.2
Syntax
public AsyncRelayCommand(
	Func<Task> executeAsyncNoParam,
	Func<bool> canExecuteNoParam
)

Parameters

executeAsyncNoParam
Type: SystemFuncTask
The awaitable execution handler.
canExecuteNoParam
Type: SystemFuncBoolean
The execution status handler.
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md