FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / SelChange Event

In This Topic
    SelChange Event (C1FlexGridBase)
    In This Topic
    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