ChangeEventArgs
12 Sep 20251 minute to read
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.