The TreeNodeActionEventArgs class implements argument of the events that occur before any action with the tree node of the TreeCombo and TreeList components.
| Constructor name | Brief description | |
![]() |
Create | The Create constructor creates an argument of the events that occur before any action with the tree node of the TreeCombo and TreeList components. |
| Property name | Brief description | |
![]() |
AllowAction | The AllowAction property determines whether is it possible to execute any action with a tree node. |
![]() |
Column | The Column property returns a number of the column, in which the element edit mode is activated. |
| Property name | Brief description | |
![]() |
Node | The Node property returns the node, for which the event was generated. |
| Property name | Brief description | |
![]() |
TreeControl | The TreeControl property returns the component, for which the event was generated. |
See also: