I am trying to implement global handler/observer when elements get
deleted, without applying ACAPI_Notify_InstallElementObserver to each
element in my project. A function like ACAPI_Notify_CatchNewElement ->
ACAPI_Notify_CatchDeleteElement would be g...