ApplicationEvents_11_Event.AdvancedSearchStopped Event

Definition

Occurs when a specified Search object's Stop() method has been executed.

public:
 event Microsoft::Office::Interop::Outlook::ApplicationEvents_11_AdvancedSearchStoppedEventHandler ^ AdvancedSearchStopped;
event Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchStoppedEventHandler AdvancedSearchStopped;
Event AdvancedSearchStopped As ApplicationEvents_11_AdvancedSearchStoppedEventHandler 

Event Type

Remarks

After this event is fired, the Search object’s Results collection will no longer be updated. This event can only be triggered programmatically.

Applies to