Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've written an addin in C#. The addin is working perfectly and the user can start several actions from the toolbar. One particular action I would like to add to the addin is to launch a form (that is also started using a button on the toolbar) when the user saves a document for the first time. I've read about the before save event and found some examples, but I can't figure out how to implement it in my code. I do not understand how it works. Can anyone point me in the right direction or have some examples in C# or even VB.net?
Furhtermore I am looking for info on how to see if a document is saved for the first time.
Thanks in advance.
Solved! Go to Solution.