IScrollController.NotifyRequestedScrollCompleted(Int32) Method
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.
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.