Event fired when the mouse clicks on a list item.
Syntax
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.
| Property | Description |
|---|
| 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