Occurs when the text input position has been moved to another paragraph. The event handler receives an argument of type EventArgs containing data related to this event.
Introduced: X19.
public event EventHandler InputParagraphChanged;
Public Event InputParagraphChanged As EventHandler