The event argument object for the inputPositionChanged event.

Syntax

{
   column: <number>,
   line: <number>,
   page: <number>,
   section: <number>,
   textPosition: <number>
}

Introduced: X14.

Properties

Property Description
column The column number of the current text input position.
line The line number of the current text input position.
page The page number of the current text input position.
section The section number of the current text input position.
textPosition The 0-based text position of the current text input position.