Skip to main content

WheelMovedEventHandler Delegate

NuGet: GHIElectronics.TinyCLR.Devices.UsbHost
Assembly: GHIElectronics.TinyCLR.Devices.UsbHost
Namespace: GHIElectronics.TinyCLR.Devices.UsbHost

The delegate for when the mouse's wheel moves.

public delegate void WheelMovedEventHandler(Mouse sender, WheelMovedEventArgs e);

Parameters

ParameterTypeDescription
senderMouseThe mouse associated with this event.
eWheelMovedEventArgsThe event arguments.