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.
如何使用 datagridcombobox 列类型触发类似于 selectedindexchanged 的事件?
我认为在这种情况下推荐的方法不是担心 UI 元素触发更改的事件,而是监听 ViewModel 的更改事件,该事件将在组合框更改绑定值时触发。