[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.CommandHandler.CanExecute

CanExecute Method

CanExecute(object)

Can execute command.

Declaration
public bool CanExecute(object parameter)
Public Function CanExecute(parameter As Object) As Boolean
Parameters
Type Name Description
object parameter
Returns
Type Description
bool
Implements