scripting:api:frame-events:on-cursor-pos-change

onCursorPosChange

Event of IFrameEvents

Called when cursor position in active document changed

Appplication.onCursorPosChange = function(pPos) {
 
};

==== Visual Basic Script ====

function onCursorPosChange(pPos)
{
 
}
 
Appplication.onCursorPosChange = onCursorPosChange

==== C++ ====

HRESULT CFrameEvents::onCursorPosChange(ITextView* pView, IPosition* pPos)
{
 
}

===== See Also ===== IFrameEvents