Event fired when the item is double-clicked.
Syntax
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.
| Property | Description |
|---|
| 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