Hi, I've been digging thru the Page, TemplateControl and Control classes in reflector trying to figure out where AutoEventWireUp property is actually getting used. I've failed miserably.
My understanding of AutoEventWireUp is sketchy but I think it casues event handler methods to be automatically wired up to events? So I thought I'd see some code where this is happening, but this isn't the case.
Where is AutoEventWireUp actually used under the hood? Can I see the code in reflector?
Thanks in advance!