Skip to main content
CACUser4
Participating Frequently
May 15, 2026
Question

How to wire up a project loaded eventListener in a UXP Plugin?

  • May 15, 2026
  • 0 replies
  • 14 views

How to add an event listener for Project Load using Premeire Pro UXP API? In the docs there is an EventManager class ( has an addEventListener function), there is ProjectEvent (EVENT_OPENED, EVENT_ACTIVATED, EVENT_DIRTY).  Not sure where and how to wire up this event listener. There dont seem to be any examples in the documentation on how to do this.