BCGSuite for MFC
virtual void CBCGPEditCtrl::OnAfterTextChanged ( int  nOffsetFrom,
const CString &  strText,
BOOL  bInserted 
)
virtual

Called by the edit control when the text has been changed.

Override it in the derived class to get notified about text changes.

Parameters
nOffsetFromSpecifies the offset at which the text was changed.
strTextContains the inserted or deleted text.
bInsertedIf TRUE, the text was inserted. If FALSE, the text was deleted.