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.
public event EventHandler SectionChanged;
Public Event SectionChanged As EventHandler