D
Dhananjay
Hi All,
I am developing word addin using VSTO / vb 2005 / Office 2007.
Actually I need Word's DocumentAfterSave event, which unfortunately
not supported in Word Object Model.
So I trapped DocumentBeforeSave event of Application object for that
purpose. But unfortunately, Save button's event OR Word's AutoSave
event calls same DocumentBeforeSave event. So I need to differentiate
between these 2 calls. How I can check whether the call to
DocumentBeforeSave is coming from Save Button's click event or it is
coming from AutoSave internally?
Thanks in advance,
Dhananjay
I am developing word addin using VSTO / vb 2005 / Office 2007.
Actually I need Word's DocumentAfterSave event, which unfortunately
not supported in Word Object Model.
So I trapped DocumentBeforeSave event of Application object for that
purpose. But unfortunately, Save button's event OR Word's AutoSave
event calls same DocumentBeforeSave event. So I need to differentiate
between these 2 calls. How I can check whether the call to
DocumentBeforeSave is coming from Save Button's click event or it is
coming from AutoSave internally?
Thanks in advance,
Dhananjay