Skip to main content

WheelMovedEventHandler Delegate

Namespace: GHIElectronics.TinyCLR.Devices.UsbHost · Assembly: 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.