SampleApp.Form1.mnuEditTreeItem_Click Function
This event responds to the tree view Edit command. Note the Component Properties form that is displayed uses the current users assigned profile and current values. Currently this form only displays the most primitive type of imput controls (Text Boxes) and no signicant client side business logic or validation is performed.

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