ExplorerEvents_10_Event.BeforeFolderSwitch Event

Definition

Occurs before the explorer goes to a new folder, either as a result of user action or through program code.

public:
 event Microsoft::Office::Interop::Outlook::ExplorerEvents_10_BeforeFolderSwitchEventHandler ^ BeforeFolderSwitch;
event Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeFolderSwitchEventHandler BeforeFolderSwitch;
Event BeforeFolderSwitch As ExplorerEvents_10_BeforeFolderSwitchEventHandler 

Event Type

Remarks

If the folder being switched to is in a namespace that doesn’t support automation (such as the file system), NewFolder is Nothing.

Applies to