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

In This Topic
    SelChange Event (C1FlexGridClassic)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event SelChange As EventHandler
    public event EventHandler SelChange
    Remarks

    SelChange fires after the C1.Win.C1FlexGrid.C1FlexGridBase.Row, C1.Win.C1FlexGrid.C1FlexGridBase.Col, C1.Win.C1FlexGrid.C1FlexGridBase.RowSel, or C1.Win.C1FlexGrid.C1FlexGridBase.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