'Declaration
Public Event SelChange As EventHandler
public event EventHandler SelChange
'Declaration
Public Event SelChange As EventHandler
public event EventHandler SelChange
SelChange fires after the Row, Col, RowSel, or ColSel properties change, either as a result of user actions (mouse or keyboard) or through code.
This event also fires while the user extends the selection with the mouse.