Question about UserControl
I have created a user control and it should respond to the CLICK and DOUBLECLICK events.
The thing is that it only responds to the CLICK event.
What can I do to work with both the CLICK and DOUBLECLICK events of my control ?
Thank you all

