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.

Syntax

public event EventHandler SectionChanged;
Public Event SectionChanged As EventHandler