Occurs when the vertical location of the view has been changed automatically. This can be happen, if the input position is moved outside of the document part which is defined through the View object. The event handler receives an argument of type EventArgs containing data related to this event.

Syntax

public event EventHandler AutoVScroll;
Public Event AutoVScroll As EventHandler