I know that I can check when an item has been clicked or not.
But if I have an _Click
event on my Widget
, when this event is triggered, can I trigger the _click
event for my form as well?
I have used a pictureBox
in my class and I wrote the code for it inside my class and now I do not know how to register a click on my form as well.
EDIT: I'm sorry; it was a clumsy explanaiton
I'll try again: How can I throw an Event
(or something like that) in my class and catch it in a Form
?