开发者

WPF what is the equivalent of SelectedIndexChanged for a datgrid combo box column?

开发者 https://www.devze.com 2022-12-11 11:47 出处:网络
How can I can an event to fire similar to select开发者_如何转开发edindexchanged with the datagridcombobox column type?I would think that the recommended approach in this case is not to worry about the

How can I can an event to fire similar to select开发者_如何转开发edindexchanged with the datagridcombobox column type?


I would think that the recommended approach in this case is not to worry about the UI element firing the changed event, but rather listening for your ViewModel's change event which will be fired when the combo box changes the bound value.

0

精彩评论

暂无评论...
验证码 换一张
取 消