The TreeNodeEditEventArgs class implements argument of the event that occurs after exiting the element edit mode.
| Constructor name | Brief description | |
| Create | The Create constructor creates an argument of the event that occurs after exiting the element edit mode. |
| Property name | Brief description | |
| The Column property returns index of the column, in which the element was edited. | ||
| The Text property determines text of the element in the column, in which the element was edited. |
| Property name | Brief description | |
| Node | The Node property returns the node, for which the event was generated. |
| Property name | Brief description | |
| The TreeControl property returns the component, for which the event was generated. |
See also: