C1.Win.FlexGrid Namespace / C1FlexGrid Class / EnterCell Event

In This Topic
EnterCell Event (C1FlexGrid)
In This Topic
Fires after the current cell changes (Row and Col properties).
Syntax
'Declaration
 
Public Event EnterCell As EventHandler
 
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