I am trying to bind the SelectionChanged event of ComboBox using RoutingCommand(same as we bind the command for Buttons). But not able to achieve it. I dnt like to use any third party control or to write the code in the property.
I am trying to bind the SelectionChanged event of ComboBox using RoutingCommand(same as we
Share
You can use
System.Windows.Interactivitydll.The code will be something like that: