I have a ComboBox (using WPF), to which I add Items with C#. Im only adding strings, how can i also add an Event ex. Selected (I want to know which item user selects) to each item I add.
This is how im adding items:
Znamka.Items.Add(temp.Znamka.ToString());
Thanks for your help!