Event of IScriptApplication
Handler for IFrameEvents::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);