Class NumericEntryValueChangedEventArgs
Provides event data for the ValueChanged event.
Inheritance
System.Object
NumericEntryValueChangedEventArgs
Namespace: Syncfusion.Maui.Inputs
Assembly: Syncfusion.Maui.Inputs.dll
Syntax
public class NumericEntryValueChangedEventArgs : Object
Properties
NewValue
Gets the new Value to be set for a SfNumericEntry.
Declaration
public Nullable<double> NewValue { get; }
Property Value
Type |
---|
System.Nullable<System.Double> |
OldValue
Gets the old Value being replaced in SfNumericEntry.
Declaration
public Nullable<double> OldValue { get; }
Property Value
Type |
---|
System.Nullable<System.Double> |