<< Return to Main Index

< Return to Class Index

CGXControl::OnEndEditing

virtual BOOL OnEndEditing();

Return Value

TRUE if cell’s data are accepted; FALSE otherwise.

Remarks

This method is called when the user has confirmed the cell’s data (and they are valid). The base-class version of this method calls CGXGridCore::OnEndEditing.

You can either override CGXGridCore::OnEndEditing for all controls or subclass a specific control and override the control’s OnEndEditing method.

See Also

CGXGridCore::OnEndEditing

CGXControl

Class Overview | Class Members