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.

Was this helpful?
Yes
No