onWixEventCanceled( )


A backend event that fires when a Wix event is canceled.

The onEventCanceled() event handler runs when an existing Wix event is canceled. The received CanceledEvent object contains information about the event that was canceled.

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

Method Declaration
Copy
Method Parameters
eventCanceledWixEventRequired

Information about the Wix event that was canceled.

Errors

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

Did this help?