Occurs when the horizontal scroll position has been changed. The event handler receives an argument of type EventArgs containing data related to this event.
public event EventHandler HScroll;
Public Event HScroll As EventHandler