onEventDeleted( )


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

The onEventDeleted() event handler runs when an existing event is deleted. The received DeletedEvent object contains information about the event that was deleted.

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

Method Declaration
Copy
Method Parameters
eventDeletedEventRequired

Information about the event that was deleted.

Errors

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

Did this help?