onEventCanceled( )


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
eventCanceledEventRequired

Information about the event that was canceled.

Was this helpful?
Yes
No