| Visual Basic (Declaration) | |
|---|---|
Public Event ListChange As dbiExplorerBar.EventListChangeHandle | |
| C# | |
|---|---|
public event dbiExplorerBar.EventListChangeHandle ListChange | |
The event handler receives an argument of type ListChangeEventArgs containing data related to this event. The following ListChangeEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ListIndex | Returns the currently visible ListItem index in the control. |
This event will only fire when the ControlType Property is either Navigation or SideBar