Returns a String representing the name of the event handler function used for responding to the event.
on error resume next Application.Advise "OnBeginSceneSave","C:\MyEventHandler.vbs",,,"ABCSaveSceneEvent" set info = Application.EventInfos("ABCSaveSceneEvent") LogMessage "Handler: " & info.Handler |