Occurs when the text input position has been moved to another page. The event handler receives an argument of type EventArgs containing data related to this event.

Introduced: 14.0.

Syntax

public event EventHandler PageChanged;
Public Event PageChanged As EventHandler