
Occurs when the text input position has been changed. The event handler receives an argument of type EventArgs containing data related to this event.
[C#]
public event EventHandler InputPositionChanged;
[Visual Basic]
Public Event InputPositionChanged As EventHandler