ComponentOne FlexGrid for WinForms
SelChange Event

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : SelChange Event
Fires after the selection changes (Row, Col, RowSel, ColSel properties).
Syntax
'Declaration
 
Public Event SelChange As EventHandler
public event EventHandler SelChange
Remarks

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

Reference

C1FlexGridBase Class
C1FlexGridBase Members