Altova XMLSpy 2024 Professional Edition

Application.OnDocumentOpened

Home Prev Top Next

Event: OnDocumentOpened(objDocument as Document)

 

Description

This event gets fired whenever a document opens in XMLSpy. This can happen due to opening a file with the OpenFile or OpenURL dialog, creating a new file or dropping a file onto XMLSpy. The new document gets passed as parameter. The operation cannot be canceled.

 

Examples

Given below are examples of how this event can be scripted.

 

XMLSpy scripting environment - VBScript:

Function On_OpenDocument(objDocument)

End Function

 

XMLSpy scripting environment - JScript:

function On_OpenDocument(objDocument)

{

}

 

XMLSpy IDE Plugin:

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

 

 

 

© 2017-2023 Altova GmbH