detachEvent
function detachEvent(eventName: string = null): void
Description
Unsubscribes from the specified event.
Parameters
- eventName
string
null The event name.
Returns
void
Try It
Api.detachEvent("asc_onHyperlinkClick");
function detachEvent(eventName: string = null): void
Unsubscribes from the specified event.
string
nullThe event name.
void
Api.detachEvent("asc_onHyperlinkClick");