TreeView Events |
The TreeView type exposes the following members.
Name | Description | |
---|---|---|
Activated |
Event to handle when an item is activated
| |
Collapsed |
Occurs after an item has been collapsed
| |
Collapsing |
Occurs before an item is collapsed
| |
Expanded |
Occurs after an item has been expanded
| |
Expanding |
Occurs before an item is expanding
| |
LabelEdited |
Occurs after the label of an item has been edited
| |
LabelEditing |
Occurs before an items label is edited
| |
NodeMouseClick |
Occurs when a node is clicked with the mouse
| |
SelectionChanged |
Occurs when the selection has been changed by the user or programattically
|