Class ValueChangedEventArgs
Inheritance
System.Object
ValueChangedEventArgs
Namespace: Telerik.Maui.Controls.NumericInput
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ValueChangedEventArgs : Object
Constructors
ValueChangedEventArgs(Nullable<Double>, Nullable<Double>)
Declaration
public ValueChangedEventArgs(Nullable<double> oldValue, Nullable<double> newValue)
Parameters
System.Nullable<System.Double>
oldValue
|
System.Nullable<System.Double>
newValue
|
Properties
NewValue
Declaration
public Nullable<double> NewValue { get; }
Property Value
System.Nullable<System.Double>
|
OldValue
Declaration
public Nullable<double> OldValue { get; }
Property Value
System.Nullable<System.Double>
|