onRsvpDeleted( )


A backend event that fires when an RSVP is deleted.

The onRsvpDeleted() event handler runs when an RSVP is deleted. The received RsvpDeletedEvent object contains information about the deleted RSVP.

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

Method Declaration
Copy
Method Parameters
eventRsvpDeletedEventRequired

Information about the RSVP that was deleted.

Was this helpful?
Yes
No