NoSearchHits Event (Headline Control)
   Windows - Visual C++
   Description
   The NoSearchHits event is fired 
   when the control is notified that there are no search hits in the view.
DispId 0x07
   Syntax
   void OnNoSearchHits();
   Remarks
   If you plan to close the view as a 
   result of this event, it is important to remember that you cannot 
   close the control directly from the event handler. One solution is to 
   use a timer control to close the control.
Back to: Headline Events