Skip to main content
Skip table of contents

ibihelpme_WindowClosingEvent

Signature
ibihelpme_WindowClosingEvent: () => boolean
DescriptionIs called when the window should be closed
Available from API version1.0.0

Parameter

No parameters required

Return value

boolean

If false is returned, the closing task is canceled

Example

JS
window.ibihelpme_WindowClosingEvent = function()
{
	var cancel = checkCancel();

	return !cancel;
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.