Entries Tagged as ‘Custom Controls’

September 13, 2007

Exposing events from custom controls in .NET

Recently, one of my very good friends asked me to help him with a problem. I noticed that he was using a custom control. To solve the problem, I needed to expose an event from the control. This was something I had never bothered about before. I stumbled upon this wonderful article in my quest [...]