ComponentOne True DBGrid for WinForms
RowColChange Event

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : RowColChange Event
Occurs when the focus moves to a different cell.
Syntax
'Declaration
 
Public Event RowColChange As RowColChangeEventHandler
public event RowColChangeEventHandler RowColChange
Event Data

The event handler receives an argument of type RowColChangeEventArgs containing data related to this event. The following RowColChangeEventArgs properties provide information specific to this event.

PropertyDescription
The previous column index of the DisplayColumns collection.  
The previous row index.  
See Also