Altova Authentic 2024 Browser Edition

Event: OnBeforeCut() as Boolean

 

XMLSpy scripting environment - VBScript:

Function On_AuthenticBeforeCut()

 ' On_AuthenticBeforeCut = False  ' to disable operation

End Function

 

XMLSpy scripting environment - JScript:

function On_AuthenticBeforeCut()

{

 // return false;  /* to disable operation */

}

 

XMLSpy IDE Plugin:

IXMLSpyPlugIn.OnEvent (20, ...)        // nEventId = 20

 

Description

This event gets triggered before a cut operation gets performed on the document. Return True (or nothing) to allow cut operation. Return False to disable operation.

 

© 2017-2023 Altova GmbH