Share via


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

See Also

Reference

WorksheetClass Class

WorksheetClass Members

Microsoft.Office.Interop.Excel Namespace