dbicList Send comments on this topic.
NodeClick Event
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class : NodeClick Event

Event fired when the mouse clicks on a list item.

Syntax

Visual Basic (Declaration) 
Public Event NodeClick As DbiListControl.EventNodeClickEventHandler

Event Data

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

PropertyDescription
Button The mouse button used to click the node.
ColumnIndex The zero-based index of the dbiColumnItem at the point where the node was clicked.
ColumnItem The dbiColumnItem at the point where the node was clicked.
Handled Determines if the developer has handled the click operation themselves.
NodeItem The dbiNodeItem that was clicked.
X The X coordinate where the click occurred.
Y The Y coordinate where the click occurred.

Requirements

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

See Also