Occurs when Enter key was pressed on an active node.
The event handler receives an argument of type NodeEnteredEventArgs containing data related to this event. The following NodeEnteredEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Node | Gets the reference of the entered node. |
| NodeIndex | Gets the index of the entered node. |
These conditions must be met for this event to occur:
AdvancedTree Class | Resco.Controls.AdvancedTree Namespace | NodeEnteredEventArgs | NodeEnteredEventHandler