hi
when you are in design mode and designing UI components for Usercontrol then you can change the behaviour of UserControl but when you instantiate it somewhere else that whole usercontrol acts as a single control so it will have the events derived etc...
so if you want inner controls to have events or message pop-ups etc you need to control the UserControl program itself.

Paresh