Hi,
Maybe you can try with The property SelectedItemsOverride and the event ItemSelectionChanged ?
Maybe you can try with The property SelectedItemsOverride and the event ItemSelectionChanged ?
<xctk:CheckComboBox x:Name="checkResults"
ItemsSource="{Binding Path=AllowedValues}"
DisplayMemberPath="ResultText"
ValueMemberPath="ResultValue"
SelectedItemsOverride="{Binding Path=SelectedValues, Mode=TwoWay, UpdateSourceTrigger=LostFocus, ValidatesOnDataErrors=True, NotifyOnValidationError=True}"
ItemSelectionChanged="checkResults_ItemSelectionChanged"/>