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.type

Specifies the type of scroll event that occurred.

[Visual Basic]
Public ReadOnly type As ScrollEventArgsType
[C#]
public readonly ScrollEventArgsType type;
[C++]
public: readonly ScrollEventArgsType type;
[JScript]
public var type : ScrollEventArgsType;

Remarks

The value of this field is read only.

See Also

ScrollEventArgs Class | ScrollEventArgs Members | System.WinForms Namespace