Class ValueEventArgs
The ValueEventArgs class represents the properties of the ValueChanged event in numeric text box. ValueChanged event.
Inheritance
System.Object
ValueEventArgs
Namespace: Syncfusion.SfNumericTextBox.XForms
Assembly: Syncfusion.SfNumericTextBox.XForms.dll
Syntax
public class ValueEventArgs : EventArgs
Constructors
ValueEventArgs()
Declaration
public ValueEventArgs()
Properties
OldValue
Gets an old value of the input field
Declaration
public object OldValue { get; }
Property Value
Type |
---|
System.Object |
Value
Gets a value of the input field.
Declaration
public object Value { get; }
Property Value
Type |
---|
System.Object |