Back to Devexpress

XtraScrollEventArgs Constructors

windowsforms-devexpress-dot-xtraeditors-dot-xtrascrolleventargs-dot-ctor.md

latest2.9 KB
Original Source

XtraScrollEventArgs Constructors

Contains data for the Scroll event.

NameParametersDescription
XtraScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)type, newValue, scrollInitializes a new instance of the XtraScrollEventArgs class with the specified Type, NewValue, and ScrollOrientation properties.
XtraScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)type, oldValue, newValue, scrollInitializes a new instance of the XtraScrollEventArgs class with the specified Type, OldValue, NewValue, and ScrollOrientation properties.
XtraScrollEventArgs(ScrollEventType, Int32, Int32)type, oldValue, newValueInitializes a new instance of the XtraScrollEventArgs class with the specified Type, OldValue, and NewValue properties.
XtraScrollEventArgs(ScrollEventType, Int32)type, newValueInitializes a new instance of the XtraScrollEventArgs class with the specified Type and NewValue properties.

See Also

XtraScrollEventArgs Class

XtraScrollEventArgs Members

DevExpress.XtraEditors Namespace