ExplorerEvents_Event.add_ViewSwitch Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Sub add_ViewSwitch ( _
param0 As ExplorerEvents_ViewSwitchEventHandler _
)
'Usage
Dim instance As ExplorerEvents_Event
Dim param0 As ExplorerEvents_ViewSwitchEventHandler
instance.add_ViewSwitch(param0)
void add_ViewSwitch(
ExplorerEvents_ViewSwitchEventHandler param0
)