Share via


ScrollControllerPanRequestedEventArgs(PointerPoint) Constructor

Definition

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

public:
 ScrollControllerPanRequestedEventArgs(PointerPoint ^ pointerPoint);
 ScrollControllerPanRequestedEventArgs(PointerPoint const& pointerPoint);
public ScrollControllerPanRequestedEventArgs(PointerPoint pointerPoint);
function ScrollControllerPanRequestedEventArgs(pointerPoint)
Public Sub New (pointerPoint As PointerPoint)

Parameters

pointerPoint
PointerPoint

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

Applies to