ApplicationEvents_11_Event.AdvancedSearchStopped Event
Occurs when a specified Search object's Stop method has been executed.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event AdvancedSearchStopped As ApplicationEvents_11_AdvancedSearchStoppedEventHandler
'Usage
Dim instance As ApplicationEvents_11_Event
Dim handler As ApplicationEvents_11_AdvancedSearchStoppedEventHandler
AddHandler instance.AdvancedSearchStopped, handler
event ApplicationEvents_11_AdvancedSearchStoppedEventHandler AdvancedSearchStopped
Remarks
After this event is fired, the Search object’s Results collection will no longer be updated. This event can only be triggered programmatically.
See Also
Reference
ApplicationEvents_11_Event Interface
ApplicationEvents_11_Event Members
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchStoppedEventHandler