Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XtraScrollEventArgs Constructors

Contains data for the Scroll event.
Name Parameters Description
XtraScrollEventArgs(ScrollEventType, Int32, ScrollOrientation) type, newValue, scroll Initializes a new instance of the XtraScrollEventArgs class with the specified Type, NewValue, and ScrollOrientation properties.
XtraScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation) type, oldValue, newValue, scroll Initializes a new instance of the XtraScrollEventArgs class with the specified Type, OldValue, NewValue, and ScrollOrientation properties.
XtraScrollEventArgs(ScrollEventType, Int32, Int32) type, oldValue, newValue Initializes a new instance of the XtraScrollEventArgs class with the specified Type, OldValue, and NewValue properties.
XtraScrollEventArgs(ScrollEventType, Int32) type, newValue Initializes a new instance of the XtraScrollEventArgs class with the specified Type and NewValue properties.
See Also