I have a usercontrol that i place inside a flex panel on my form. each of many usercontrols are created dynamically during runtime.
I want to click anywhere on any of the user controls and fire a click event in my form so i can load another area of the form based on the clicked usercontrol.
What do i add to the usercontrol code and the form code to make this happen.
i am a newb and i'm trying to learn
thanks to all
j