I have created a usercontrol with my own events. Everything works great, except if I trigger an event that I am not using in the parent form. If the parent form does not have the event implemented an exception error is generated.
Is there any way around this as I do not need to implement all the events in all the forms in which it is used.




Reply With Quote