ActiveReports Developer 7
TableOfContentsSelectedIndexChanged Event
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : TableOfContentsSelectedIndexChanged Event

Glossary Item Box

Occurs when the index of the currently selected item in the table of contents changes.

Syntax

Visual Basic (Declaration) 
Public Event TableOfContentsSelectedIndexChanged As System.EventHandler
C# 
public event System.EventHandler TableOfContentsSelectedIndexChanged

See Also