views:

17

answers:

0

I have a WPF user control with a list box. I want to pass the selected item in the list box to the calling control thru binding. How to achieve this?

Appreciate your help!