Event fired before a node is selected in the control.
Syntax
Event Data
The event handler receives an argument of type BeforeNodeSelectEventArgs containing data related to this event. The following BeforeNodeSelectEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| AllowSelect | Determines if the node will be selected. |
| NodeItem | The dbiNodeItem that will be selected. |
| X | The X coordinate where the selection is occurring |
| Y | The Y coordinate where the selection is occurring. |
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also