The ITreeNodeColumnEventArgs interface contains properties of the argument of the events that are connected with the determined column of the component.
It is used when processing the following events:
| Property name | Brief description | |
| The Column property returns index of the component column, in the area of which the mouse cursor is placed. |
| Property name | Brief description | |
| Node | The Node property returns a 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: