ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / CommandHandler Class / CanExecute Method

In This Topic
    CanExecute Method
    In This Topic
    Can execute command.
    Syntax
    'Declaration
     
    Public Function CanExecute( _
       ByVal parameter As Object _
    ) As Boolean
    public bool CanExecute( 
       object parameter
    )

    Parameters

    parameter
    See Also