开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜