Volume Control
Application-specific hotkeys for Windows
VolumeControl.WPF.MouseWheelHorizontalEventArgs Class Reference

Event arguments for horizontal mouse wheel events. More...

Inheritance diagram for VolumeControl.WPF.MouseWheelHorizontalEventArgs:
Collaboration diagram for VolumeControl.WPF.MouseWheelHorizontalEventArgs:

Public Member Functions

 MouseWheelHorizontalEventArgs (MouseDevice mouse, int timestamp, int horizontalDelta)
 Creates a new MouseWheelHorizontalEventArgs instance with the specified parameters. More...
 

Protected Member Functions

override void InvokeEventHandler (Delegate genericHandler, object genericTarget)
 

Properties

int HorizontalDelta [get]
 Gets a value that indicates the amount that the mouse wheel has changed. More...
 

Detailed Description

Event arguments for horizontal mouse wheel events.

Constructor & Destructor Documentation

◆ MouseWheelHorizontalEventArgs()

VolumeControl.WPF.MouseWheelHorizontalEventArgs.MouseWheelHorizontalEventArgs ( MouseDevice  mouse,
int  timestamp,
int  horizontalDelta 
)

Creates a new MouseWheelHorizontalEventArgs instance with the specified parameters.

Parameters
mouseThe mouse device associated with this event.
timestampThe time when the input occurred.
horizontalDeltaThe amount the wheel has changed.

References VolumeControl.WPF.MouseWheelHorizontalEventArgs.HorizontalDelta.

Property Documentation

◆ HorizontalDelta

int VolumeControl.WPF.MouseWheelHorizontalEventArgs.HorizontalDelta
get

Gets a value that indicates the amount that the mouse wheel has changed.

Returns
The amount the wheel has changed. This value is positive if the mouse wheel is tilted to the left or negative if the mouse wheel is tilted to the right.

Referenced by VolumeControl.WPF.MouseWheelHorizontalEventArgs.MouseWheelHorizontalEventArgs().


The documentation for this class was generated from the following file: