Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / DelegateCommand Class / CanExecuteChanged Event

In This Topic
    CanExecuteChanged Event
    In This Topic
    Occurs when changes occur that affect whether or not the command should execute.
    Syntax
    'Declaration
     
    
    Public Event CanExecuteChanged As EventHandler
    public event EventHandler CanExecuteChanged
    See Also