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

Event fired when the item is double-clicked.

Syntax

Visual Basic (Declaration) 
Public Event NodeDoubleClick As DbiListControl.EventNodeDoubleClickEventHandler
C# 
public event DbiListControl.EventNodeDoubleClickEventHandler NodeDoubleClick

Event Data

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

PropertyDescription
Button The mouse button used to double click the node.
ColumnIndex The zero-based index of the dbiColumnItem where the double click occurred.
ColumnItem The dbiColumnItem where the double click occurred
NodeItem The dbiNodeItem that was double clicked
X The X coordinate where the double click occurred
Y The Y coordinate where the double click occurred.

Requirements

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

See Also