MouseWheelEventArgs.Create

Syntax

Create(ShiftState: Integer; WheelDelta: Integer; Point: IPoint);

Parameters

ShiftState - code of state of the SHIFT, ALT, and CTRL auxiliary keys when mouse actions are executed. Use the ShiftState enumeration type to assign a value.

WheelDelta - change of the mouse wheel position.

Point - mouse cursor coordinates in the client area of a component.

Description

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

See also:

MouseWheelEventArgs

ShiftState