ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / ICommand Interface / CanExecuteChanged Event

In This Topic
    CanExecuteChanged Event (ICommand)
    In This Topic
    Occurs when changes occur that affect whether the command should execute.
    Syntax
    'Declaration
     
    Event CanExecuteChanged As EventHandler
    event EventHandler CanExecuteChanged
    See Also