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.

Was this helpful?
Yes
No