The TreeColumnEventArgs class implements argument of the event that occurs when the mouse button clicks on the header of the column of the TreeCombo or TreeList components.
Constructor name | Brief description | |
The Create constructor creates an argument of the event that occurs when the mouse button clicks on the column header of the TreeCombo or TreeList components. |
Property name | Brief description | |
The Column property returns parameters of the column, the header of which is clicked with the main mouse button. |
Property name | Brief description | |
The TreeControl property returns the component, for which the event was generated. |
See also: