 | 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)
Syntaxpublic:
virtual bool CanExecute() sealed
abstract CanExecute : unit -> bool
override CanExecute : unit -> bool
public final function CanExecute() : boolean
METHOD CanExecute() AS LOGIC
Return Value
Type:
Booleancode> if this command can be executed, otherwise
.
Implements
IAsyncRelayCommandCanExecute
See Also