Forms > Forms Assembly Classes > TreeNodeActionEventArgs
TreeNodeActionEventArgs
Description
The TreeNodeActionEventArgs class implements argument of the events that occur before any action with the tree node of the TreeCombo and TreeList components.
Constructors
|
Constructor name |
Brief description |
 |
Create |
The Create constructor creates an argument of the events that occur before any action with the tree node of the TreeCombo and TreeList components. |
|
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