ScrollEventArgs Class

Provides data for the scroll event of the DataGridView control.

Namespace: elsystem.windows.forms

Properties

  Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property NewValue int The numeric value that the Value property will be changed to.
Public property OldValue int The numeric value that the Value property contained before it changed.
Public property Type ScrollEventType One of the ScrollEventType values. See ScrollEventType for a list of values.
Public property ScrollOrientation ScrollOrientation One of the ScrollOrientation values. See ScrollOrientation for a list of values.
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

elsystem.windows.forms.ScrollEventArgs