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

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