ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Sidebar Class / SelectedIndexChanged Event

In This Topic
    SelectedIndexChanged Event (Sidebar)
    In This Topic
    Raises when the index of the selected panel changes.
    Syntax
    'Declaration
     
    Public Event SelectedIndexChanged As EventHandler
    public event EventHandler SelectedIndexChanged
    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.
    See Also