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

Occurs when an Item in the control is clicked.

Syntax

Visual Basic (Declaration) 
Public Event ItemClick As dbiExplorerBar.EventItemClickHandle
C# 
public event dbiExplorerBar.EventItemClickHandle ItemClick

Event Data

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

PropertyDescription
ItemIndex The ItemIndex value associated with the Item being clicked on.
ListIndex The ListIndex value associated with the Item being clicked on.
MouseEvents The MouseEventArgs that occur when the Item is clicked.

Requirements

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

See Also