ActiveReports Developer 7
SelectionChange Event
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace > ITrackSelectionService Interface : SelectionChange Event

Glossary Item Box

This event is fired when there is a change in the state of the currently selected container.

Syntax

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

See Also