Click or drag to resize

AsyncRelayCommand Constructor (ActionObject, PredicateObject)

Creates a new 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(
	Action<Object> execute,
	Predicate<Object> canExecute
)

Parameters

execute
Type: SystemActionObject
The execution handler.
canExecute
Type: SystemPredicateObject
The execution status handler.
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md