Back to Devexpress

DXScrollView.Scrolled Event

maui-devexpress-dot-maui-dot-core-dot-dxscrollview-3f9b16f0.md

latest1.2 KB
Original Source

DXScrollView.Scrolled Event

Occurs when a user scrolls within the DXScrollView.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public event EventHandler<ScrolledEventArgs> Scrolled

Event Data

The Scrolled event's data class is ScrolledEventArgs. The following properties provide information specific to this event:

PropertyDescription
ScrollXThe X position of the finished scroll.
ScrollYThe Y position of the finished scroll.

See Also

DXScrollView Class

DXScrollView Members

DevExpress.Maui.Core Namespace