ScrollControllerPanRequestedEventArgs(PointerPoint) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe ScrollControllerPanRequestedEventArgs avec le spécifiépointerPoint
.
public:
ScrollControllerPanRequestedEventArgs(PointerPoint ^ pointerPoint);
ScrollControllerPanRequestedEventArgs(PointerPoint const& pointerPoint);
public ScrollControllerPanRequestedEventArgs(PointerPoint pointerPoint);
function ScrollControllerPanRequestedEventArgs(pointerPoint)
Public Sub New (pointerPoint As PointerPoint)
Paramètres
- pointerPoint
- PointerPoint
Le PointerPoint
instance associé au mouvement de l’utilisateur qui a lancé l’événement PanRequested.