UIScrollViewDelegate_Extensions.WillEndDragging Method

Definition

Indicates that dragging is about to end.

public static void WillEndDragging (this UIKit.IUIScrollViewDelegate This, UIKit.UIScrollView scrollView, CoreGraphics.CGPoint velocity, ref CoreGraphics.CGPoint targetContentOffset);
static member WillEndDragging : UIKit.IUIScrollViewDelegate * UIKit.UIScrollView * CoreGraphics.CGPoint *  -> unit

Parameters

This
IUIScrollViewDelegate

The instance on which this extension method operates.

scrollView
UIScrollView

Scroll view where user touch ended.

velocity
CGPoint

The velocity of the scroll view (in points) when the touch ended.

targetContentOffset
CGPoint

The expected offset when the scrolling action decelerates to a stop.

Applies to