I have a very simple test UserControl that exposes a single public property and a single public event (of delegate type EventHandler).
I drop the control onto an aspx page, click the user control and open the properties window (F4). In the properties window I can see the public property listed but no events are available.
My question is: How can I get the event to show up in the properties window? Is this a limitation of VS2005?
James