UIScrollViewDelegate_Extensions.DecelerationStarted メソッド

定義

スクロール イベントの減速が開始されたことを示します。

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

パラメーター

This
IUIScrollViewDelegate

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

scrollView
UIScrollView

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

適用対象