Skip to main content
All docs
V26.1
  • XtraScrollEventArgs(ScrollEventType, Int32, ScrollOrientation) Constructor

    Initializes a new instance of the XtraScrollEventArgs class with the specified Type, NewValue, and ScrollOrientation properties.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

    public XtraScrollEventArgs(
        ScrollEventType type,
        int newValue,
        ScrollOrientation scroll
    )

    Parameters

    Name Type Description
    type ScrollEventType

    The type of action that raises the event. This value is assigned to the Type property.

    newValue Int32

    An integer value that specifies the new position of the scrollbar. This value is assigned to the XtraScrollEventArgs.NewValue property.

    scroll ScrollOrientation

    A value that specifies the scrollbar orientation. This value is assigned to the XtraScrollEventArgs.ScrollOrientation property.

    See Also