ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.Viewer.Common Namespace / DoubleDelegateCommand Class / CanExecuteChanged Event

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