I have an Accordion control that is populated dynamically. I want to catch the event raised when a new pane is clicked on to open. I don't see the event at all in intelli-sense and when I code it by hand anyways I get errors.
Is there any way to catch this event?
The goal is to let a control in the masterpage that is holding the Accordion know when the Accordion has changed so it can update another control.