[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Sidebar.SelectedIndexChanged

SelectedIndexChanged Event

Occurs when the index of the selected panel changes.

Namespace: GrapeCity.ActiveReports.Viewer.Win
Assembly: MESCIUS.ActiveReports.Viewer.Win.dll
Syntax
public event EventHandler SelectedIndexChanged
Returns
Type Description
EventHandler Occurs when the index of the selected panel changes.
Remarks

This event allows for the implementation of custom logic in response to the user selecting a different panel within the Sidebar. It can be used to trigger updates or actions based on the newly activated panel, enhancing the interactivity and responsiveness of the application.