Altova XMLSpy 2024 Professional Edition

GridView.OnFocusChanged

Home Prev Top Next

Event: OnFocusChanged(objXMLData as XMLData, bSetFocus as Boolean, bEditingName as Boolean)

 

XMLSpy scripting environment - VBScript:

Function On_FocusChanged(objXMLData, bSetFocus, bEditingName)

End Function

 

XMLSpy scripting environment - JScript:

function On_FocusChanged(objXMLData, bSetFocus, bEditingName)

{

}

 

XMLSpy IDE Plugin:

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

 

Description

This event gets fired whenever a grid cell receives or loses the cursor focus. If the parameter bEditingName is true, focus of the name part of the grid element has changed. Otherwise, focus of the value part has changed.

 

 

© 2017-2023 Altova GmbH