onTicketDefinitionUpdated( )


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

The onTicketDefinitionUpdated() event handler runs when a ticket definition is updated. The received TicketDefinitionUpdatedEvent object contains information about the updated ticket definition.

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

Method Declaration
Copy
Method Parameters
eventTicketDefinitionUpdatedEventRequired

Information about the ticket definition that was updated.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?