2
Answers

how to use InputBindings with combo box MVVM

Ram M

Ram M

4y
1.6k
1
how to use InputBindings with combo box MVVM
  1. <ComboBox.InputBindings>  
  2.     <MouseBinding Gesture="RightDoubleClick" Command="{Binding MyCommand}"/>  
  3. </ComboBox.InputBindings>  
 
Answers (2)