ExplorersEvents_Event.NewExplorer Event

Occurs whenever a new explorer window is opened, either as a result of user action or through program code.

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

Syntax

'Declaration
Event NewExplorer As ExplorersEvents_NewExplorerEventHandler
'Usage
Dim instance As ExplorersEvents_Event
Dim handler As ExplorersEvents_NewExplorerEventHandler

AddHandler instance.NewExplorer, handler
event ExplorersEvents_NewExplorerEventHandler NewExplorer

Remarks

The event occurs after the new Explorer object is created but before the explorer window appears.

See Also

Reference

ExplorersEvents_Event Interface

ExplorersEvents_Event Members

Microsoft.Office.Interop.Outlook Namespace

Microsoft.Office.Interop.Outlook.ExplorersEvents_NewExplorerEventHandler