WillEndDraggingEventArgs(CGPoint, CGPoint) Constructor

Definition

Initializes a new instance of the WillEndDraggingEventArgs class.

public WillEndDraggingEventArgs (CoreGraphics.CGPoint velocity, CoreGraphics.CGPoint targetContentOffset);
new UIKit.WillEndDraggingEventArgs : CoreGraphics.CGPoint * CoreGraphics.CGPoint -> UIKit.WillEndDraggingEventArgs

Parameters

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