Folks, I have a WPF ListBox where each item is defined by a template and contains some CheckBox and Button child controls.
I can't figure out what the correct way is of listening for click events from the child controls and then knowing which item contained the control. I then have to know the corresponding bound collection item that corresponds to the list item. I've been searching for half an hour, but I only get bizarre sample code that seems to solve vaguely related issues. Greg
