If I want to write a custom command for a button control in WPF, I can go ahead with ICommand.
How about the case for Combo box Selected Index Change event? Is it possible to do the same using ICommand or something else will help me out?
Help need both in concept as well as a simple example(if possible) or a web link that will help in understanding the implementation part too.
Thanks