ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1Command Class / CanExecuteChanged Event

In This Topic
    CanExecuteChanged Event
    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 System.EventHandler
    public event System.EventHandler CanExecuteChanged
    See Also