I am using SelectionChanged in ComboBox item, but when I select the same item again the SelectionChanged function does not fire and I need it to do so. How can I tell it to
TO do it you will have to add an event for mouse up for every item you added in combo box.