IMouseEventArgs

2 Oct 20251 minute to read

Specifies the event arguments for mouse events in linear gauge.

Properties

cancel boolean

Specifies the cancel state for the event. The default value is false. If set as true, the event progress will be stopped.

model LinearGauge

Specifies the instance of linear gauge.

name string

Specifies the name of the event.

target Element

Specifies the target element on which the mouse operation is performed.

x number

Specifies the x position of the mouse event.

y number

Specifies the y position of the mouse event.