ActiveReports 8
ICommand Interface Members
See Also  Methods  Events
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common Namespace : ICommand Interface

Glossary Item Box

The following tables list the members exposed by ICommand.

Public Methods

 NameDescription
 MethodCanExecuteDefines the method that determines whether the command can execute in its current state.  
 MethodExecuteDefines the method to be called when the command is invoked.  
Top

Public Events

 NameDescription
 EventCanExecuteChangedOccurs when changes occur that affect whether the command should execute.  
Top

See Also