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

In This Topic
    CanExecuteChanged Event (C1Command)
    In This Topic
    Occurs when changes to the command source are detected by the command manager. These changes often affect whether the command should execute on the current command target.
    Syntax
    'Declaration
     
    
    Public Event CanExecuteChanged As EventHandler
    public event EventHandler CanExecuteChanged
    See Also