Event of IFrameEvents
Called when cursor position in active document changed
Appplication.onCursorPosChange = function(pPos) { };
function onCursorPosChange(pPos)
{
}
Appplication.onCursorPosChange = onCursorPosChange
HRESULT CFrameEvents::onCursorPosChange(ITextView* pView, IPosition* pPos) { }