ScrollEventArgs.NewValue Property

Definition

Gets a value that represents the new location of the Thumb in the ScrollBar.

public:
 property double NewValue { double get(); };
public double NewValue { get; }
member this.NewValue : double
Public ReadOnly Property NewValue As Double

Property Value

The value that corresponds to the new position of the Thumb in the ScrollBar.

Remarks

The new value corresponds to the value of the Value property of the Track control that is implemented for the ScrollBar.

Applies to

See also