ComponentOne FlexGrid for WinForms
LeaveCell Event

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : LeaveCell Event
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

Reference

C1FlexGridBase Class
C1FlexGridBase Members