Search results

ChangeEventArgs API in React NumericTextBox API component

Properties

event

Event

Returns the event parameters from NumericTextBox.

isInteracted

boolean

Returns true when the value of NumericTextBox is changed by user interaction. Otherwise, it returns false

name

string

Specifies name of the event.

previousValue

number

Returns the previously entered value of the NumericTextBox.

value

number

Returns the entered value of the NumericTextBox.