Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 635 Bytes

scrollingscrollcompletedeventargs.md

File metadata and controls

24 lines (15 loc) · 635 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.ScrollingScrollCompletedEventArgs
winrt class

Microsoft.UI.Xaml.Controls.ScrollingScrollCompletedEventArgs

-description

Provides data for the ScrollView.ScrollCompleted event.

-remarks

These event args are used by the ScrollView.ScrollCompleted event, which is raised when the scroll offset changes due to a completed ScrollTo, ScrollBy or AddScrollVelocity method call.

-see-also

ScrollView.ScrollCompleted

-examples