I am trying to track down a bug in a web application, that seems to relate to AutoEventWireup being used. When and how is the events wired up when using AutoEventWireup ?
I know that it happens runtime, but exactly in which framework class/method ? (I am hoping that I will be able to step through the framework code).