UIScrollViewDelegate_Extensions.DecelerationEnded メソッド

定義

スクロール イベントに関連する減速が終了したことを示します。

public static void DecelerationEnded (this UIKit.IUIScrollViewDelegate This, UIKit.UIScrollView scrollView);
static member DecelerationEnded : UIKit.IUIScrollViewDelegate * UIKit.UIScrollView -> unit

パラメーター

This
IUIScrollViewDelegate

この拡張メソッドが動作するインスタンス。

scrollView
UIScrollView

スクロール コンテンツをデクリレートするスクロール ビュー オブジェクト。

適用対象