How to use Revit api "Documentedchange Event" in Python?

Hi @Draxl_Andreas ,

Thanks for replying, I should have made myself clear :sweat_smile:
I was trying to look for a way to use Application Events in IronPython, which in this case is DocumentChange Event so I can implement it on other events. Let me know if you have a solution to this. I see a lot of examples in C# but as I’m fairly new to Revit API as well as coding so I’m currently able to execute Revit API through python.

I’m basically facing the same issue as in this article:

and I’m trying to use DocumentOpening and DocumentOpened Events and see if suppressing these popups is possible.

I’m currently refering to this article to try and convert it to python:
https://knowledge.autodesk.com/support/revit/learn-explore/caas/CloudHelp/cloudhelp/2014/ENU/Revit/files/GUID-8DF6F94A-1460-42AD-AC00-CF92B9A135BA-htm.html

Thanks in Advance!
Shambhavee