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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top