onEventDeleted( )


Notes:

Triggered when an event is deleted.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: EventDeletedEnvelope): void | Promise<void>

Did this help?