Share via


IUIScrollViewDelegate.WillEndDragging(UIScrollView, CGPoint, CGPoint) Method

Definition

Indicates that dragging is about to end.

[Foundation.Export("scrollViewWillEndDragging:withVelocity:targetContentOffset:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillEndDragging(UIKit.UIScrollView scrollView, CoreGraphics.CGPoint velocity, ref CoreGraphics.CGPoint targetContentOffset);
[<Foundation.Export("scrollViewWillEndDragging:withVelocity:targetContentOffset:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillEndDragging : UIKit.UIScrollView * CoreGraphics.CGPoint * CGPoint -> unit
override this.WillEndDragging : UIKit.UIScrollView * CoreGraphics.CGPoint * CGPoint -> unit

Parameters

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.

Attributes

Applies to