IScrollController.NotifyRequestedScrollCompleted(Int32) Méthode
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.
Indique qu’une opération de défilement lancée via un ScrollToRequested
événement , ScrollByRequested
ou AddScrollVelocityRequested
est terminée.
public:
void NotifyRequestedScrollCompleted(int correlationId);
void NotifyRequestedScrollCompleted(int const& correlationId);
public void NotifyRequestedScrollCompleted(int correlationId);
function notifyRequestedScrollCompleted(correlationId)
Public Sub NotifyRequestedScrollCompleted (correlationId As Integer)
Paramètres
- correlationId
-
Int32
int
Numéro d’ID de corrélation utilisé pour associer un appel de méthode aux événements correspondants.