Search results

IResizeEventArgs API in JavaScript Linear Gauge API control

Specifies the event arguments for resize event in linear gauge.

Properties

cancel

boolean

Specifies whether to cancel the resize event or not. The default value is false. If set to true, the event will be halted.

currentSize

Size

Specifies the size of the linear gauge after resizing.

gauge

LinearGauge

Specifies the instance of linear gauge.

name

string

Specifies the name of the event.

previousSize

Size

Specifies the size of the linear gauge before resizing.