Complex Participant Events in Visual Studio Designer
How can I get my controls to display their events in the Visual Studio event grid? Visual Studio does this for certain things, such as the "(DataBindings)" element, by placing them in a collapsible section, for example:
I would like to do this for some of my own components, as their events are usually handled on the form and having to manually create handlers is annoying.
0
source to share