SampleApp.Form1.tvFilePlan_AfterSelect Function
This event is called after a tree node is selected. When a tree node is selected the children for the selected node will be displayed in the corresponding List View.
Private void tvFilePlan_AfterSelect (object, System.Windows.Forms.TreeViewEventArgs)
Type
Name
Description
object
sender
System.Windows.Forms.TreeViewEventArgs
e
Return
Description
void