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