xml spy
Previous  Top  Next
Events

The Document Editor View provides events which can be handled using the XMLSpy scripting environment. All event handlers take no parameters and any returned value will be ignored. To retrieve information when a specific event is raised you have to read the according properties of the event object.

List of currently available events:

   On_DocEditDragOver
   On_DocEditDrop
   On_DocEditKeyDown
   On_DocEditKeyUp
   On_DocEditKeyPressed
   On_DocEditMouseMove
   On_DocEditButtonUp
   On_DocEditButtonDown
   On_DocEditContextMenu
   On_DocEditPaste
   On_DocEditCut
   On_DocEditCopy
   On_DocEditClear
   On_DocEditSelectionChanged

To add an event handler please see "How to handle an event".


Previous  Top  Next

⌐ 2002 Altova