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.
|
System.
|
Properties
NewValue
Declaration
public double NewValue { get; }
Property Value
System.
|
OldValue
Declaration
public double OldValue { get; }
Property Value
System.
|