ScrollEventArgs.NewValue 属性

定义

获取 ScrollBar 的新

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

属性值

Double

double

事件后面的 ScrollBar的值

适用于