XtraScrollEventArgs(ScrollEventType, Int32) Constructor
Initializes a new instance of the XtraScrollEventArgs class with the specified Type and NewValue properties.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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. |
See Also