ScrollingZoomCompletedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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 |