M
Mick
I'm attempting to use VSTO to do some heavy logging in Word. I'm trying to
find a way to detect any changes (text, formatting, inserts, the lot) to the
document. I have tried using the XMLAfterInsert event but I'm unclear as to
when this fires - when xml is inserted into the .docx file or actual xml is
inserted into the document? So far I haven't been able to get this event to
fire just by manipulating the document through the Word application UI.
Can someone enlighten me as to what actually makes XMLAfterInsert fire, and
if there is an event that is fired every time the content of the document is
changed?
Cheers,
Mick
find a way to detect any changes (text, formatting, inserts, the lot) to the
document. I have tried using the XMLAfterInsert event but I'm unclear as to
when this fires - when xml is inserted into the .docx file or actual xml is
inserted into the document? So far I haven't been able to get this event to
fire just by manipulating the document through the Word application UI.
Can someone enlighten me as to what actually makes XMLAfterInsert fire, and
if there is an event that is fired every time the content of the document is
changed?
Cheers,
Mick