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.

Did this help?