1

How could I know that the user clicked File Save in word document using .NET?

If user make any action in word document then i can know what this event in my program that made using c#.

John Saunders
  • 160,644
  • 26
  • 247
  • 397
precious
  • 11
  • 1

1 Answers1

1

If you're creating a C# VSTO addin, you can intercept the document SAVE or SAVEAS events.

Check this thread for details

How to customize save behaviour in Word using VSTO

Community
  • 1
  • 1
DarinH
  • 4,868
  • 2
  • 22
  • 32