NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ScrollEventArgs.newValue

Specifies the new location of the <span id="frameworks:scroll_box" class ="gp">scroll box</span> within the scroll bar.

[Visual Basic]
Public newValue As Integer
[C#]
public int newValue;
[C++]
public: int newValue;
[JScript]
public var newValue : int;

See Also

ScrollEventArgs Class | ScrollEventArgs Members | System.WinForms Namespace