Occurs when the horizontal 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 AutoHScroll;
Public Event AutoHScroll As EventHandler