Click or drag to resize

IAsyncRelayCommandCanExecute Method

Checks if the ICommand can execute.

Namespace:  BionicCode.Utilities.Net.Framework.Wpf
Assembly:  BionicCode.Utilities.Net.Framework.Wpf (in BionicCode.Utilities.Net.Framework.Wpf.dll) Version: 1.0.3.0 (1.0.0.0)
Syntax
bool CanExecute()

Return Value

Type: Boolean
true when the ICommand can execute, otherwise false.
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md