Click or drag to resize

AsyncRelayCommandCanExecute Method

Determines whether this AsyncRelayCommand can execute.

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

Return Value

Type: Boolean
true
code> if this command can be executed, otherwise
false
.

Implements

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