<< Return to Main Index

< Return to Class Index

CGXControl::OnModifyCell

virtual void OnModifyCell();

Remarks

This method is called when the user modifies the cell’s content (e.g., when a CEdit fires an EN_CHANGE event). The base-class version of this method calls CGXGridCore::OnModifyCell.

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

See Also

CGXGridCore::OnModifyCell

CGXControl

Class Overview | Class Members