ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / LeaveCell Event

In This Topic
    LeaveCell Event (C1FlexPivotGrid)
    In This Topic
    Fires before the current cell changes (C1.Win.C1FlexGrid.C1FlexGridBase.Row and C1.Win.C1FlexGrid.C1FlexGridBase.Col properties).
    Syntax
    'Declaration
     
    Public Event LeaveCell As EventHandler
    public event EventHandler LeaveCell
    Remarks
    This event fires before the cursor leaves the current cell, either as a result of user actions (mouse or keyboard), or through code.
    See Also