Change text without triggering an event WPF

前端 未结 0 821
执念已碎
执念已碎 2020-11-28 04:00

How can I change the text in a Textbox without calling textchanged?
Here is some sample code:

Text.Text = Text.Text.Remove(index, length);
相关标签:
回答
  • 消灭零回复
提交回复
热议问题