M
Marco Moioli
Hi, I want to develop a C# add-in that automaticaly save in xml format the
document that I open.
I have a method that "save as xml" the Active Document but I don't know how
can I call it.
If I call it in "OnStartupComplete" it doesn't work.
public void OnStartupComplete(ref System.Array custom)
{
SaveDocumentAsXml();
}
There is a way to hook an event like "OnDocumentLoad"?
Thanks!
Marco
document that I open.
I have a method that "save as xml" the Active Document but I don't know how
can I call it.
If I call it in "OnStartupComplete" it doesn't work.
public void OnStartupComplete(ref System.Array custom)
{
SaveDocumentAsXml();
}
There is a way to hook an event like "OnDocumentLoad"?
Thanks!
Marco