标签: wpf .net-3.5 listbox selectionchanged
我刚刚将一个项目从.NET 3.5升级到4.0,并发现ListBoxes的行为有所不同。有时使用
this.myListBox.SelectedItem = new MyItemType();
这不再触发myListBox.SelectionChanged事件并导致程序中的错误。有没有更好的方法呢?
谢谢, 马特