TreeGridView Events |
The TreeGridView type exposes the following members.
Name | Description | |
---|---|---|
Activated |
Occurs when the user activates an item by double clicking or pressing enter.
| |
Collapsed |
Occurs after a tree item is collapsed.
| |
Collapsing |
Occurs before a tree item is collapsed.
| |
Expanded |
Occurs after a tree item has been expanded.
| |
Expanding |
Occurs before a tree item is expanded.
| |
SelectedItemChanged |
Occurs when the SelectedItem has changed.
|