ITreeNodeCheckingEventArgs
Description
The ITreeNodeCheckingEventArgs interface contains properties of the argument of the event that occurs before the selection of the element flag is changed.
Properties
| |
Property name |
Brief description |
|
Allow |
The Allow property determines whether it is possible to change selection of the element flag. |
| |
Property name |
Brief description |
|
Value |
The Value property returns set value of the element check box selection. |
| |
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