G
Guest
At runtime I generate 8 pictureboxes, when the user click on a picturebox I
fire an onclick eventhandler. Because these pictureboxes are generate at
runtime I do not have direct access to the their name property.
I need to know the name of the picturebox that the user click on so my
question is,
is it possible to pass data with en evenhandler like onclick? or is there a
another approach to
this that I am missing?
fire an onclick eventhandler. Because these pictureboxes are generate at
runtime I do not have direct access to the their name property.
I need to know the name of the picturebox that the user click on so my
question is,
is it possible to pass data with en evenhandler like onclick? or is there a
another approach to
this that I am missing?