WorksheetClass.SelectionChange Event
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Event SelectionChange As DocEvents_SelectionChangeEventHandler
'Usage
Dim instance As WorksheetClass
Dim handler As DocEvents_SelectionChangeEventHandler
AddHandler instance.SelectionChange, handler
public virtual event DocEvents_SelectionChangeEventHandler SelectionChange
Implements
DocEvents_Event.SelectionChange