Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1DelegateCommand Class / CanExecuteChanged Event

In This Topic
    CanExecuteChanged Event (C1DelegateCommand)
    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