RangeBaseValueChangedEventArgs.NewValue Property

Definition

Gets the new value of a range value property.

public:
 property double NewValue { double get(); };
double NewValue();
public double NewValue { get; }
var double = rangeBaseValueChangedEventArgs.newValue;
Public ReadOnly Property NewValue As Double

Property Value

Double

double

The new value.

Applies to