ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / CommandHandler Class / CanExecuteChanged Event

In This Topic
    CanExecuteChanged Event
    In This Topic
    The event of can execute changed.
    Syntax
    'Declaration
     
    Public Event CanExecuteChanged As EventHandler
    public event EventHandler CanExecuteChanged
    See Also