Skip to main content
All docs
V25.1
  • 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