MouseWheelEventArgs

Description

The MouseWheelEventArgs class implements argument of the event that occurs when the mouse wheel is turned.

Constructors

  Constructor name Brief description
The Create constructor creates an argument of the event that occurs when the mouse wheel is turned.

Properties inherited from IMouseWheelEventArgs

  Property name Brief description
WheelDelta The WheelDelta property returns the change of mouse wheel position.

Properties inherited from IMouseEventArgs

  Property name Brief description
Button The Button property returns the code of the mouse button, with which any action was executed.
Cancel The Cancel property determines whether the next action related with mouse is canceled.
pPoint The pPoint property returns the mouse cursor coordinates in the component client area during mouse actions.
ShiftState The ShiftState property returns the value that corresponds to the state of auxiliary keys (SHIFT, ALT and CTRL) and mouse buttons when the mouse actions are executed.

See also:

Forms Assembly Classes