Ram M

Ram M

  • NA
  • 67
  • 14k

how to use InputBindings with combo box MVVM

Nov 8 2020 1:26 AM
how to use InputBindings with combo box MVVM
  1. <ComboBox.InputBindings>  
  2.     <MouseBinding Gesture="RightDoubleClick" Command="{Binding MyCommand}"/>  
  3. </ComboBox.InputBindings>  
 

Answers (2)