ActiveReports 8
CanExecuteChanged Event
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common Namespace > ICommand Interface : CanExecuteChanged Event

Glossary Item Box

Occurs when changes occur that affect whether the command should execute.

Syntax

Visual Basic (Declaration) 
Event CanExecuteChanged As System.EventHandler
C# 
event System.EventHandler CanExecuteChanged

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also