IScrollController.NotifyRequestedScrollCompleted(Int32) 方法

定义

指示通过 、 ScrollByRequestedAddScrollVelocityRequested 事件启动的ScrollToRequested滚动操作已完成。

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

参数

correlationId
Int32

int

用于将方法调用与相应事件关联的关联 ID 号。

适用于