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

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