ExplorersEvents_Event.NewExplorer Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.