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

Occurs when a ListItem is clicked in the control.

Syntax

Visual Basic (Declaration) 
Public Event ListClick As dbiExplorerBar.EventListClickHandle
C# 
public event dbiExplorerBar.EventListClickHandle ListClick

Event Data

The event handler receives an argument of type ListClickEventArgs containing data related to this event. The following ListClickEventArgs properties provide information specific to this event.

PropertyDescription
ListIndex Returns the ListItem index that was clicked.
MouseEvents Returns the MouseEventArgs for the click event.

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