EventIsImplemented and AddHandler

I often use the EventIsImplemented to decide whether certain branches of the javascript need to get sent to the browser.

However someone could add an event handler after the Webcontrol is rendered. Is there any way to detect this so that I can then push the changes to the WebControl so it knows to trigger this event?

There is not.