Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Returns a value indicating whether the save event has been canceled because the preventDefault method was used in this event handler or a previous event handler.
Syntax
executionContext.getEventArgs().isDefaultPrevented();
Return Value
Type: Boolean
Description: true if the save event has been canceled because the preventDefault method was used; false otherwise.