Method OnTextChanged
OnTextChanged()
Called after the Text has been changed.
protected override void OnTextChanged()
Remarks
Override in derived views to react to text changes. The base implementation is empty. The TextChanged event is raised by the caller after this method returns.