I have a Control, within a control, within a control.
Like so..
QuizMaster -> Question -> Answers -> RadioButton
When one of the answers is checked I want the function in Quizmaster called AskNextQuestion() to run.
How do I do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You would create an event in your nested control, and have your
QuizMastersubscribe to that event.In your
Answersadd this:and Fire this event when you select a
RadioButtonin its handlerand in your
QuizMasterSubscribe to this static event: