ComboBox doesn't fire SelectionChanged event
- by Budda
Subj.
I am using Silverlight 4 with VS2010, here is a source code:
<ComboBox Grid.Row="4" Grid.Column="1" Name="Player2All" MinWidth="50" ItemsSource="{Binding PlayersAll}" SelectionChanged="Player2All_SelectionChanged">
<ComboBox.ItemTemplate>
<DataTemplate>
<TextBlock…