onCursorPosChange
Event of IFrameEvents
Description
Called when cursor position in active document changed
Parameters
Syntax
JavaScript
Appplication.onCursorPosChange = function(pPos) { };
Visual Basic Script
function onCursorPosChange(pPos)
{
}
Appplication.onCursorPosChange = onCursorPosChange
C++
HRESULT CFrameEvents::onCursorPosChange(ITextView* pView, IPosition* pPos) { }