public event in user control

  • Thread starter Thread starter rodchar
  • Start date Start date
R

rodchar

hi all,
i have a public event in my UserControl_1. I'm using an instance of
UserControl_1 inside a UserControl_2. If _1 raises an event, is there a way
in _2 to forward that up? Is this too complicated?

thanks,
rodchar
 
so is that a pretty common thing, to have nested events? To reiterate, raise
an event in user_control1 which is subscribed to by user_control2. then raise
another event in user_control2 which is subscribed to by my c# code-behind to
let it know that user_control1 raised an event? Confusing enough?
 
Back
Top