onEventEnded( )


A backend event that fires when a Wix event ends.

The onEventEnded() event handler runs when a Wix event ends. The received EndedEvent object contains information about the ended event.

Note: Backend events are not fired when previewing your site.

Method Declaration
Copy
Method Parameters
eventEndedEventRequired

Information about the event that has ended.

Did this help?