scripting:api:script-application:on-cursor-pos-change

onCursorPosChange

Read-Write Property of type VARIANT

var Action = ScriptApplication.onCursorPosChange;
ScriptApplication.onCursorPosChange = Action;
Action = ScriptApplication.onCursorPosChange
ScriptApplication.onCursorPosChange = Action
VARIANT Action;
HRESULT hr = ScriptApplication.get_onCursorPosChange(&Action);
hr = ScriptApplication.put_onCursorPosChange(Action);