Click or drag to resize

TreeView Events

The TreeView type exposes the following members.

Events
  NameDescription
Public eventActivated
Event to handle when an item is activated
Public eventCollapsed
Occurs after an item has been collapsed
Public eventCollapsing
Occurs before an item is collapsed
Public eventExpanded
Occurs after an item has been expanded
Public eventExpanding
Occurs before an item is expanding
Public eventLabelEdited
Occurs after the label of an item has been edited
Public eventLabelEditing
Occurs before an items label is edited
Public eventNodeMouseClick
Occurs when a node is clicked with the mouse
Public eventSelectionChanged
Occurs when the selection has been changed by the user or programattically
Top
See Also