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

Introduced: 14.0.

Syntax

public event EventHandler SectionChanged;
Public Event SectionChanged As EventHandler