[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.SelChange

SelChange Event

Fires after the selection changes (Row, Col, RowSel, ColSel properties).

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public event EventHandler SelChange
Returns
Type Description
EventHandler Fires after the selection changes (, , , properties).
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.