CGXControl::OnCanceledEditing
virtual void OnCanceledEditing();
Remarks
This method is called when the current cell’s content is canceled and the control has been reinitialized with the previous cell’s data. The base-class version of this method calls CGXGridCore::OnCanceledEditing.
You can either override CGXGridCore::OnCanceledEditing for all controls or subclass a specific control and override the control’s OnCanceledEditing method.
See Also
CGXGridCore::OnCanceledEditing