Winform Control Event Handling
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have created a control, and added event handling capabilty throught delegates. Now the problem here is, i want to use this control as a ActiveX control and i am unable to find a way to handle the events on the web page??? P.S. i have tried my control in windows application, it works fine! Also i have used delegates to expose my control's events for outside world, if you have a better( rather another) way i would love to see that. Thanks in anticipation:)