ASPFriends.com 'ngfx-reflection' list Archive - January 2002
Messages
Page: 1
Reflection and AddEventHandler method (4 replies, VIP)
ASPFriends.com 'ngfx-reflection' list
Moved from [aspngfw] to [ngfx reflection] by Charles M. Carroll darthcarroll@asplists.com Relevant code: Control MyControl Page.FindControl("myControl"); Type MyType MyControl.GetType(); System.Delegate x new EventHandler(this.myEventHandler); MyType.GetEvent("SomeEvent").AddEventHandler(MyControl, x); } public void myEventHandler(object sender, EventArgs e) { Trace.Write("event handler","Event oc...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com