I have created a COM ATL DLL in VS2012. Adding events and properties is very easy. However, I see no easy way to edit or delete an event or a property.
VS2012 automatically creates a lot of code for the event or property when I use the Add Wizard, and I am not sure if I should really delete or change this automatically created code manually when I made a mistake and want to replace or delete something.
Is there a way to edit and delete them in a clean way? Perhaps there is a property / event manager somewhere in VS2012, but I did not find it.
Thank you!