AsyncDelegateCommandTCanExecute Method

Indicates whether the command can be executed.

Definition

Namespace: Aliquo.Windows.Base
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public bool CanExecute(
	Object parameter
)

Parameters

parameter  Object
Parameter to evaluate.

Return Value

Boolean
if the command can be executed; otherwise, .

Implements

ICommandCanExecute(Object)

See Also