ScrollingZoomCompletedEventArgs Class

Definition

Provides data for the ScrollView.ZoomCompleted event.

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

Remarks

These event args are used by the ScrollView.ZoomCompleted event, which is raised when the zoom factor changes due to a completed ZoomTo, ZoomBy or AddZoomVelocity method call.

Properties

CorrelationId

Gets the correlation ID associated with the zoom factor change, previously returned by ZoomTo, ZoomBy, or AddZoomVelocity.

Applies to

See also