BaseControlMouseHWheel Event

Occurs when the horizontal mouse wheel is scrolled while the control has focus.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public event EventHandler<HandledMouseEventArgs> MouseHWheel

Value

EventHandlerHandledMouseEventArgs

See Also