dbicExplorerBar Send comments on this topic.
ListChange Event
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerBar Class : ListChange Event

Occurs when the visible list changes.

Syntax

Visual Basic (Declaration) 
Public Event ListChange As dbiExplorerBar.EventListChangeHandle
C# 
public event dbiExplorerBar.EventListChangeHandle ListChange

Event Data

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.

PropertyDescription
ListIndex Returns the currently visible ListItem index in the control.

Remarks

This event will only fire when the ControlType Property is either Navigation or SideBar

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also