Method RaiseTextChanged
RaiseTextChanged()
Invokes the CWP post-change workflow for Text: calls OnTextChanged() then raises TextChanged.
protected void RaiseTextChanged()
Remarks
Derived views that bypass the base Text setter (e.g., using new) should
call this method after mutating text to participate in the CWP workflow.