SampleApp.Form1.mnuSearchTreeItem_Click Function
This event responds to the tree view Life Cycle Query... command. First a Saved Query list will be displayed then the Query will be executed using the Full Path of the selected node as the context for the search. The Search results are displayed in a modeless window.

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