Class ValueChangedEventArgs
Inheritance
System.Object
ValueChangedEventArgs
Namespace: Telerik.UI.Xaml.Controls.Calculator
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ValueChangedEventArgs : EventArgs
Constructors
ValueChangedEventArgs(Decimal, Decimal)
Declaration
public ValueChangedEventArgs(Decimal oldValue, Decimal newValue)
Parameters
|
System.Decimal
oldValue
|
|
System.Decimal
newValue
|
Properties
NewValue
Declaration
public Decimal NewValue { get; }
Property Value
|
System.Decimal
|
OldValue
Declaration
public Decimal OldValue { get; }
Property Value
|
System.Decimal
|