C1.Win.FlexGrid Namespace / C1FlexGrid Class / SelChange Event

In This Topic
SelChange Event (C1FlexGrid)
In This Topic
Fires after the selection changes (Row, Col, RowSel, ColSel properties).
Syntax
'Declaration
 
Public Event SelChange As EventHandler
 
Remarks

C1FlexGridBase.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.

See Also