NumericTextBoxChangeEvent
The arguments for the change
event of the NumericTextBox.
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any>
A React Synthetic Event.
target
An event target.
value
number | null
The current value of the NumericTextBox.