Share via


ApplicationEvents_11_Event.AdvancedSearchComplete Event

Occurs when the AdvancedSearch method has completed.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Event AdvancedSearchComplete As ApplicationEvents_11_AdvancedSearchCompleteEventHandler
'Usage
Dim instance As ApplicationEvents_11_Event
Dim handler As ApplicationEvents_11_AdvancedSearchCompleteEventHandler

AddHandler instance.AdvancedSearchComplete, handler
event ApplicationEvents_11_AdvancedSearchCompleteEventHandler AdvancedSearchComplete

Remarks

The AdvancedSearchComplete event is used to return the object that was created by the AdvancedSearch method. This event only fires when the AdvancedSearch method is executed programmatically.

See Also

Reference

ApplicationEvents_11_Event Interface

ApplicationEvents_11_Event Members

Microsoft.Office.Interop.Outlook Namespace

Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchCompleteEventHandler