AfterSelect Event
Previous  Next

Occurs when the selected node has changed.
To find the exact cause that raised this event, you can check the Action property value.
Example:
Sub tv_AfterSelect
      if tv.Action = "bymouse" then ...
End Sub