IScrollController.NotifyRequestedScrollCompleted(Int32) Method

Definition

Indicates that a scrolling operation initiated through a ScrollToRequested, ScrollByRequested, or AddScrollVelocityRequested event has completed.

public:
 void NotifyRequestedScrollCompleted(int correlationId);
void NotifyRequestedScrollCompleted(int const& correlationId);
public void NotifyRequestedScrollCompleted(int correlationId);
function notifyRequestedScrollCompleted(correlationId)
Public Sub NotifyRequestedScrollCompleted (correlationId As Integer)

Parameters

correlationId
Int32

int

A correlation ID number used to associate a method call with corresponding events.

Applies to