Subclassing WebControl

Hello all,

I would like to add a few event definitions to all web controls. I could individually subclass each web control, but am hoping for a leaner approach.

Any ideas?

You can’t create a control between WebControl and it’s subclasses.

Does it have to be Event Definitions, could you get away with functions or methods that extend WebControl?

Not really… I would like to keep the events as intuitive as possible as I may not be the only one who uses the control.

Thanks for letting me know!