Y
Yogesh Patange
Hi
I have a UserControls which is containing two more usercontols inside it.
The inner user control has a button of which event is exposed by the inner
usercontrol. which can be trapped on outer user control.
But if I want to place this outer user control on the form and handle the
button event on it one way is to redefine this event on outer user control,
but this is not the good solution for me as the inner user control is added
to the outer control conditionally and the may not be always present.
Is there a mechanism of event bubbling as available in web forms?
Thanks in Advance,
Yogesh
I have a UserControls which is containing two more usercontols inside it.
The inner user control has a button of which event is exposed by the inner
usercontrol. which can be trapped on outer user control.
But if I want to place this outer user control on the form and handle the
button event on it one way is to redefine this event on outer user control,
but this is not the good solution for me as the inner user control is added
to the outer control conditionally and the may not be always present.
Is there a mechanism of event bubbling as available in web forms?
Thanks in Advance,
Yogesh