Share via


WillEndDraggingEventArgs(CGPoint, CGPoint) Constructor

Definition

Create a new instance of the WillEndDraggingEventArgs with the specified event data.

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

Parameters

velocity
CGPoint

The value for the Velocity property.

targetContentOffset
CGPoint

The value for the TargetContentOffset property.

Applies to