onTicketDefinitionCreated( )


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

The onTicketDefinitionCreated() event handler runs when a ticket definition is created. The received TicketDefinitionCreatedEvent object contains information about the created ticket definition.

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

Method Declaration
Copy
Method Parameters
eventTicketDefinitionCreatedEventRequired

Information about the ticket definition that was created.

Errors

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

Did this help?