2013-03-18 97 views
0

我在WPF下面的代码:TextBoxBase.TextChanged组合框属性在Silveright

<ComboBox Name="myCombo" 
      ItemsSource="{Binding Values, ElementName=Root}" 
      SelectionChanged="SelectionChanged" 
      TextBoxBase.TextChanged="TextChanged" /> 

我怎样才能把这段代码转换到Silverlight的5,TextBoxBase.TextChanged属性未在Silverlight中发现,有什么其他的财产可以使用吗?

谢谢

回答