ExplorerClass.ExplorerEvents_Event_add_ViewSwitch Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Overridable Sub ExplorerEvents_Event_add_ViewSwitch ( _
param0 As ExplorerEvents_ViewSwitchEventHandler _
)
'Usage
Dim instance As ExplorerClass
Dim param0 As ExplorerEvents_ViewSwitchEventHandler
instance.ExplorerEvents_Event_add_ViewSwitch(param0)
public virtual void ExplorerEvents_Event_add_ViewSwitch(
ExplorerEvents_ViewSwitchEventHandler param0
)
Parameters
Implements
ExplorerEvents_Event.add_ViewSwitch(ExplorerEvents_ViewSwitchEventHandler)