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

In This Topic
    LeaveCell Event (C1FlexGridBase)
    In This Topic
    Fires before the current cell changes (Row and 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