How to handle control's events at runtime?

Aug 29 2008 7:56 PM

An object of custom control has been created at run time by reflection

I want to handle MouseDown event of this control, by using System.ComponentModel.TypeDescriptor.GetEvents I could get this event but how to handle it?


Answers (1)