ScrollViewerViewChangingEventArgs Class

Definition

Provides event data for the ViewChanging event and similar control-specific events.

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

Properties

FinalView

Gets the view that the ScrollViewer will show when the view comes to rest after a pan/zoom manipulation.

IsInertial

Gets a value that indicates whether the pan/zoom manipulation has an inertial component.

NextView

Gets the view that the ScrollViewer will show next.

Applies to