onEventUpdated( )


A backend event that fires when an existing Wix event is updated.

The onEventUpdated() event handler runs when an existing Wix event is updated. The received UpdatedEvent object contains information about the event that was updated.

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

Method Declaration
Copy
Method Parameters
eventUpdatedEventRequired

Information about the event that was updated.

Errors

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

Did this help?