SampleApp.Form1.mnuRefreshTreeItem_Click Function
Responds to the treeview Refresh command. This method will walk down through the branches of the selected node and call the Records Manager Engine to get updated File Plan information and adjust the tree view to reflect the current state.

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