ExplorersEvents_Event.NewExplorer Event

Definition

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

public:
 event Microsoft::Office::Interop::Outlook::ExplorersEvents_NewExplorerEventHandler ^ NewExplorer;
event Microsoft.Office.Interop.Outlook.ExplorersEvents_NewExplorerEventHandler NewExplorer;
Event NewExplorer As ExplorersEvents_NewExplorerEventHandler 

Event Type

Remarks

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

Applies to