Click or drag to resize

AsyncRelayCommandCanExecuteNoParam Field

The registered parameterless CanExecute delegate.

Namespace:  BionicCode.Utilities.Net.Framework.Wpf
Assembly:  BionicCode.Utilities.Net.Framework.Wpf (in BionicCode.Utilities.Net.Framework.Wpf.dll) Version: 1.0.1.0 (1.0.0.0)
Syntax
protected readonly Func<bool> CanExecuteNoParam

Field Value

Type: FuncBoolean
true if the command can execute, otherwise false.
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md