IScrollController.NotifyRequestedScrollCompleted(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示透過、 ScrollByRequested
或 AddScrollVelocityRequested
事件起始的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
用來建立方法呼叫與對應事件的關聯標識碼。