GridView.OnFocusChanged
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.