ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / CommandHandler Class / CommandHandler Constructor

In This Topic
    CommandHandler Constructor
    In This Topic
    Initializes a new instance of the CommandHandler.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal action As System.Action(Of Object), _
       ByVal canExecute As System.Boolean _
    )
    public CommandHandler( 
       System.Action<object> action,
       System.bool canExecute
    )

    Parameters

    action
    canExecute
    See Also