React NumberBox - ValueChangedEvent

The type of the valueChanged event handler's argument.

import { NumberBoxTypes } from "devextreme-react/number-box"
Type: NumberBoxTypes.ValueChangedEvent

component

The UI component's instance.

Selector: Component
Type:

NumberBox

element

The UI component's container.

event

Specifies the executed event.

Selector: Event

previousValue

Selector: PreviousValue
Type:

Object

value

Selector: Value
Type:

Object