Share via


UIScrollViewDelegate_Extensions.DecelerationStarted Method

Definition

Indicates that deceleration of a scrolling event has begun.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DecelerationStarted(this UIKit.IUIScrollViewDelegate This, UIKit.UIScrollView scrollView);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DecelerationStarted : UIKit.IUIScrollViewDelegate * UIKit.UIScrollView -> unit

Parameters

scrollView
UIScrollView

Scroll view object that is decelerating the scrolling content.

Attributes

Applies to