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.
精彩评论