【发布时间】:2011-03-16 18:42:08
【问题描述】:
My AutoCompleteBox calls a WCF service when the selection is changed, usually with the mouse.但是,如果用户使用箭头键在选择中导航,则每个元素都会触发该事件,从而使应用程序的数据过于密集。 如何防止 AutoCompleteBox_SelectionChanged 在按键被按下时触发?
我发现这听起来像是一个不错的解决方案,但它不起作用http://betaforums.silverlight.net/forums/p/137710/307786.aspx
【问题讨论】:
标签: silverlight autocompletebox selectionchanged