Click or drag to resize

AsyncRelayCommandTParam Constructor (FuncTask)

Creates a new parameterless asynchronous command that can always execute (CanExecute will always return true).

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

Parameters

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