Provides data for the Scroll event.

The following tables list the members exposed by the ScrollEventArgsExt type.

Name Description
Public constructor ScrollEventArgsExt (Overloaded) Initializes a new instance of the ScrollEventArgs class using the specified values for the Type and NewValue properties.
Top
Name Description
Public property NewValue Gets or sets the new Value of the scroll bar.
Public property OldValue Gets the old Value of the scroll bar.
Public property ScrollOrientation Gets the scroll bar orientation that raised the Scroll event.
Public property Type Gets the type of scroll event that occurred.
Top
Name Description
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top