Message 1 of 6

Not applicable
06-25-2015
05:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I am closing and reopening an active document from the api and in order to this I need to.
Step 1.Open a placeholder document and close my main document.
Step 2.Do this again only opening the original document and closing the place holder.
This requires me to register that the document has closed. unfortunately in i can't do step 2 in the event handler because step 2 also involves closing a document.
So what i need to do is check that the event hander has finished before i start step 2. (I NEED HELP WITH THIS PART)
If I can't register the event in main, I don't mind exploring alternatives
* m_Closehelper closes the opens the new document and closes the current one.
Solved! Go to Solution.