ExplorerEvents_10_Event.BeforeViewSwitch Event
Occurs before the explorer changes to a new view, 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 BeforeViewSwitch As ExplorerEvents_10_BeforeViewSwitchEventHandler
'Usage
Dim instance As ExplorerEvents_10_Event
Dim handler As ExplorerEvents_10_BeforeViewSwitchEventHandler
AddHandler instance.BeforeViewSwitch, handler
event ExplorerEvents_10_BeforeViewSwitchEventHandler BeforeViewSwitch
See Also
Reference
ExplorerEvents_10_Event Interface
ExplorerEvents_10_Event Members
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeViewSwitchEventHandler