ScrollViewerViewChangedEventArgs Clase

Definición

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

public ref class ScrollViewerViewChangedEventArgs sealed
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ScrollViewerViewChangedEventArgs final
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ScrollViewerViewChangedEventArgs
Public NotInheritable Class ScrollViewerViewChangedEventArgs
Herencia
Object Platform::Object IInspectable ScrollViewerViewChangedEventArgs
Atributos

Constructores

ScrollViewerViewChangedEventArgs()

Inicializa una nueva instancia de la clase ScrollViewerViewChangedEventArgs .

Propiedades

IsIntermediate

Obtiene un valor que indica si la manipulación subyacente que generó el evento está completa.

Se aplica a

Consulte también