Forms > Forms Assembly Classes > TreeNodeColumnEventArgs
TreeNodeColumnEventArgs
Description
The TreeNodeColumnEventArgs class implements argument of the events that occur when the mouse cursor hovers over the element within any column of the TreeCombo and TreeList components.
Constructors
|
Constructor name |
Brief description |
 |
CreateTreeNodeColumnArgs |
The CreateTreeNodeColumnArgs constructor creates an argument of the events that occur when the mouse cursor hovers over the element within any column of the TreeCombo and TreeList components. |
|
Property name |
Brief description |
 |
Column |
The Column property returns index of the component column, in which area the mouse cursor is placed. |
|
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:
Forms Assembly Classes