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