ScrollViewerViewChangedEventArgs Class

Definition

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

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
Inheritance
Object Platform::Object IInspectable ScrollViewerViewChangedEventArgs
Attributes

Constructors

ScrollViewerViewChangedEventArgs()

Initializes a new instance of the ScrollViewerViewChangedEventArgs class.

Properties

IsIntermediate

Gets a value that indicates whether the underlying manipulation that raised the event is complete.

Applies to

See also