Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help?
I have the following in a Python script:
class MyDocumentOpenedHandler(adsk.core.DocumentEventHandler):
class MyDocumentSavingHandler(adsk.core.DocumentEventHandler):
class MyDocumentSavedHandler(adsk.core.DocumentEventHandler):
Does anybody know if there is one for MyDocumentClosing?
I am trying to catch a event when I close the document (Assembly/Part/Drawing).
Many thanks in advance!
Darren
Solved! Go to Solution.