scripting:api:frame-events:on-text-insert

onTextInsert

Event of IFrameEvents

Called after text has been inserted or typed

Appplication.onTextInsert = function(pPos, strText, action) {
 
};
function onTextInsert(pPos, strText, action)
{
 
}
 
Appplication.onTextInsert = onTextInsert
HRESULT CFrameEvents::onTextInsert(ITextDocument* pDocument, IPosition* pPos, BSTR strText, eAction action)
{
 
}