CGXGridCore::OnCanceledEditing
virtual void OnCanceledEditing(ROWCOL nRow, ROWCOL nCol);?
nRow
Specifies the row id.
nCol
Specifies the column id.
Remarks
Overridable method which is called from CGXControl::OnCanceledEditing after the current cell’s content is canceled and the control has been reinitialized with the previous cell’s data.
You can either override OnCanceledEditing for all controls or subclass a specific control and override the control’s OnCanceledEditing method.
You can use CGXControl::IsKindOf to determine the control’s class and compute the return value depending on the control’s runtime-type information.
See Also
CGXGridCore::GetControl CGXControl::OnCanceledEditing CGXGridCore::OnCancelEditing CGXControl::IsKindOf