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