ScrollViewerViewChangingEventArgs Clase

Definición

Proporciona datos de eventos para el evento ViewChanging y eventos similares específicos del control.

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
Herencia
Object Platform::Object IInspectable ScrollViewerViewChangingEventArgs
Atributos

Propiedades

FinalView

Obtiene la vista que el ScrollViewer mostrará cuando la vista llegue a descansar después de una manipulación panorámica o zoom.

IsInertial

Obtiene un valor que indica si la manipulación panorámica y zoom tiene un componente inercial.

NextView

Obtiene la vista que el ScrollViewer mostrará a continuación.

Se aplica a