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!

DataGrid.OnVScroll

Listens for the vertical scrollbar's scroll event.

[Visual Basic]
Protected Sub OnVScroll( _
   ByVal sender As Object, _
   ByVal se As ScrollEventArgs _
)
[C#]
protected void OnVScroll(
   object sender,
   ScrollEventArgs se
);
[C++]
protected: void OnVScroll(
   Object* sender,
   ScrollEventArgs* se
);
[JScript]
protected function OnVScroll(
   sender : Object,
   se : ScrollEventArgs
);

Parameters

sender
An Object that contains data about the control.
se
A ScrollEventArgs that contains the event data.

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace