ITreeNodeEditEventArgs
Description
The ITreeNodeEditEventArgs interface contains properties of the argument of the event that occurs after escape from the element edit mode.
Properties
| |
Property name |
Brief description |
|
Column |
The Column property returns index of the column in which the element was edited. |
|
Text |
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 a 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:
Forms Assembly Interfaces