SampleApp.Form1.mnuDeleteTreeItem_Click Function
This event responds to the tree view context menu delete command. The delete operation depends upon the type of component selected.

Private void mnuDeleteTreeItem_Click (object, System.EventArgs)
  Type Name Description  
    object sender    
    System.EventArgs e    
  Return Description  
    void