capturing word document edit event
-
Saturday, June 16, 2012 9:32 PM
HI,
I have created a word addin. i want to capture what user has changes/edited on word document and do appropriate things. Basically i want to fire some event when user edit their document.
i read http://social.msdn.microsoft.com/Forums/en/vsto/thread/a2fb2428-1bc3-4743-9f88-52acc7fefb47 . but it did not help.
thanks
shashank
All Replies
-
Monday, June 18, 2012 4:58 AMModerator
Hi Shashank,
Thanks for posting in the MSDN Forum.
It's based on my experience that there have no event can be subscribed when someone is changing the document. As usual, we are able to subscribe the event of DocumentBeforSave event to handle the content which has been changed.
I hope what I said can help you.
Have a good day,
Tom
Tom Xu [MSFT]
MSDN Community Support | Feedback to us
-
Tuesday, June 19, 2012 7:57 AM
Hi Tom,
Thanks. how can i use DocumentBeforSave event to handle the content which has been changed. I mean how will i get to know that what(range) user has edited from last saved state to current state.
thanks
shashank

