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:

collapsible events in visual studio http://tseqkw.bay.livefilestore.com/y1pD-vBYTm53aShasVJk9nh0JY_8bHkp9jH5cfGaSDKZwDXmlF4WJzPqO8GuH2jhY2A6cy2wDGv5PoGvents/

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


1 answer


I think you need to implement TypeConverter. http://msdn.microsoft.com/en-us/library/ayybcxe5.aspx



0


source







All Articles