onReservationUpdated( )


A backend event that fires when a ticket reservation is updated.

The onReservationUpdated() event handler runs when a ticket reservation is updated. The received ReservationUpdatedEvent object contains information about the updated reservation.

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

Method Declaration
Copy
Method Parameters
eventReservationUpdatedEventRequired

Information about the ticket reservation that was updated.

Was this helpful?
Yes
No