|
virtual |
Called by the edit control when the text has been changed.
Override it in the derived class to get notified about text changes.
nOffsetFrom | Specifies the offset at which the text was changed. |
strText | Contains the inserted or deleted text. |
bInserted | If TRUE, the text was inserted. If FALSE, the text was deleted. |