ScrollControllerPanRequestedEventArgs(PointerPoint) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.