Event to run code after all events are loaded

I am using the Timeline view of the scheduler along with a dataProcessor. I want to count the number of events by a property I have given them and show the user that count.

I can do what I want easily enough by using the scheduler.getEvents() method. But I am having trouble calling my function after the events are loaded from the dataprocessor. Is there some event I can use to tell me when the dataprocessor is done retrieving events from the database and loading them into the scheduler?

Nevermind, I found it based on suggestions shown after I posted. The event I wanted is called ‘onXLE’. :open_mouth:

Please please please change the name of that event! The other events are all descriptive except for this one.