1
Answer

How to handle control's events at runtime?

Ask a question

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)