I have a ListBox in my wpf window that binds to an ObervableCollection. I want to open the browser if someone clicks on an element of the Li
ListBox
ObervableCollection
Li
I Used Expression SDK 4.0
xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
Jaimir G.