Occurs when the horizontal mouse wheel is scrolled.
| C# | Visual Basic | Visual C++ |
public static event MouseEventHandler HorizontalWheel
Public Shared Event HorizontalWheel As MouseEventHandler
public: static event MouseEventHandler^ HorizontalWheel { void add (MouseEventHandler^ value); void remove (MouseEventHandler^ value); }
