ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / NullDelegateCommand Class / RaiseCanExecuteChanged Method

In This Topic
    RaiseCanExecuteChanged Method (NullDelegateCommand)
    In This Topic
    Provides an empty implementation to satisfy the IDelegateCommand interface. It does not raise the CanExecuteChanged event.
    Syntax
    'Declaration
     
    Public Sub RaiseCanExecuteChanged() 
    public void RaiseCanExecuteChanged()
    See Also