DataGrid::GridVScrolled Method (Object^, ScrollEventArgs^)

 

Listens for the scroll event of the vertical scroll bar.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void GridVScrolled(
	Object^ sender,
	ScrollEventArgs^ se
)

Parameters

sender
Type: System::Object^

An Object that contains data about the control.

se
Type: System.Windows.Forms::ScrollEventArgs^

A ScrollEventArgs that contains the event data.

.NET Framework
Available since 1.1
Return to top
Show: