Share via


ScrollEventArgs.NewValue Property

Definition

Gets the new Value of the ScrollBar.

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

Property Value

Double

double

The Value of the ScrollBar after the event.

Applies to