Hi,
Currently I'm doing an add-In in visual studio which should be run on Asp.NET websites. I want to allow running one of options in the addIn once the user clicked Save option of the Asp.net website. for an instance,
-->clicking Save button on IDE
-->Clicking Save All button on IDE
-->Ctrl+ S from the Key board .etc
I want to know, how to track once user did a Save. Once the user has an ASP.NET website running the addIn in it and clicks either of the above Save options from the Visual Studio IDE, I want to make a function call.
Currently, i have no idea to start it with.
Thanks in advance