Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你能告诉我当使用属性窗格绑定到数据源的单个文本框被刷新时会触发什么事件吗?
我希望使用此事件来填充一些未绑定的文本框。
这取决于绑定什么属性控件,通常文本框绑定在 Text 属性上,所以你的“事件”是TextChanged事件
TextChanged