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
  • 1 reply
  • 29 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.

    1 reply

    Cameron+Legleiter
    Participant
    July 10, 2026

    Hi ​@CACUser4,

    You might take a look at the `premiere-api` example panel code available here: https://github.com/AdobeDocs/uxp-premiere-pro-samples/blob/main/sample-panels/premiere-api/src/eventManager.ts.

    We recently updated this with additional examples of the various events that can be wired up, including for EVENT_OPENED when a new project is opened, and how you would do that using the EventManager.