ScrollControllerPanRequestedEventArgs Class

Definition

Provides data for the IScrollControllerPanningInfo.PanRequested event.

public ref class ScrollControllerPanRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.UI.Xaml.Controls.Primitives.IScrollControllerPanRequestedEventArgsFactory, 327680, "Microsoft.UI.Xaml.XamlContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ScrollControllerPanRequestedEventArgs final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.UI.Xaml.Controls.Primitives.IScrollControllerPanRequestedEventArgsFactory), 327680, "Microsoft.UI.Xaml.XamlContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ScrollControllerPanRequestedEventArgs
Public NotInheritable Class ScrollControllerPanRequestedEventArgs
Inheritance
Object Platform::Object IInspectable ScrollControllerPanRequestedEventArgs
Attributes

Constructors

ScrollControllerPanRequestedEventArgs(PointerPoint)

Initializes a new instance of the ScrollControllerPanRequestedEventArgs class with the specified pointerPoint.

Properties

Handled

Gets or sets a value that indicates whether or not the pan manipulation was successfully initiated.

PointerPoint

Gets he PointerPoint instance associated with the user gesture that initiated the PanRequested event.

Applies to