CGXGridCore::OnMovedCurrentCell
virtual void OnMovedCurrentCell(ROWCOL nRow, ROWCOL nCol);?
nRow
Specifies the row id of the new current cell.
nCol
Specifies the column id of the new current cell.
Remarks
Overridable method which is called when a new current cell has been selected, but the change is not yet visible. The method is called from OnInitCurrentCell when the coordinates of the current cell have changed.
See Also
CGXGridCore::CanSelectCurrentCell CGXGridCore::OnInitCurrentCell