Поделиться через


ScrollingScrollCompletedEventArgs Class

Definition

Provides data for the ScrollView.ScrollCompleted event.

public ref class ScrollingScrollCompletedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ScrollingScrollCompletedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ScrollingScrollCompletedEventArgs
Public NotInheritable Class ScrollingScrollCompletedEventArgs
Inheritance
Object Platform::Object IInspectable ScrollingScrollCompletedEventArgs
Attributes

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.

Properties

Name Description
CorrelationId

Gets the correlation ID associated with the offsets change, previously returned by ScrollTo, ScrollBy, or AddScrollVelocity.

Applies to

See also