ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.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 Action(Of Object), _
       ByVal canExecute As Boolean _
    )
    public CommandHandler( 
       Action<object> action,
       bool canExecute
    )

    Parameters

    action
    canExecute
    See Also