1
Answer

How to handle control's events at runtime?

mohamad mostafa

mohamad mostafa

16y
7.2k
1

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)