I created a usercontrol and added a event declaration .
I raised the event inside this usercontrol thru aprocedure.
Now i opened a form and placed the usercontrol.
And i wrote a code under the usercontrol _eventspecifedby me .But the event is never raised
I just placed a text box as user control
Why ?

If possible please give a small example so that i can verify where i went wrong.