I want to make a user control that shows an image and can invoke a command when clicked. Later I want to bind a list of these controls to a list of products.
private void imageFoo_MouseUp(object sender, MouseButtonEventArgs e) { //Do something }