ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.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 System.Object _
    ) As System.Boolean
    public System.bool CanExecute( 
       System.object parameter
    )

    Parameters

    parameter
    See Also