Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
760
XamComboEditor: how to Binding a SelectionChanged event to ICommand to the ViewModel
posted

Hi,

I have a XamComboEditor:

                       <igEditors:XamComboEditor Foreground="Black" Background="#CDDCAF"  Grid.Column="1" Grid.ColumnSpan="4" Grid.Row="2"
                                  Name="SchedLowComboEditor" ItemsSource="{Binding SchedTitles}" DisplayMemberPath="Value" ValuePath="Key"
                                  Value="{Binding SelectedSchedLow.ScheduleTitleKey}" SelectedItemChanged="{Binding ?? }"

I want to bind the SelectionChanged event to method in ViewModel, so that i can refresh the data of my form.

Any suggestions or help?

With Regards,

Sagar