[]
Occurs when the index of the selected panel changes.
public event EventHandler SelectedIndexChanged
Type | Description |
---|---|
EventHandler | Occurs when the index of the selected panel changes. |
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.