AsyncDelegateCommandTCanExecute Method
Indicates whether the command can be executed.
Namespace: Aliquo.Windows.BaseAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public bool CanExecute(
Object parameter
)
Public Function CanExecute (
parameter As Object
) As Boolean
- parameter Object
- Parameter to evaluate.
Boolean if the command can be executed; otherwise,
.
ICommandCanExecute(Object)