DraggingEventArgs(Boolean) Constructor

Definition

Initializes a new instance of the DraggingEventArgs class.

public DraggingEventArgs (bool willDecelerate);
new UIKit.DraggingEventArgs : bool -> UIKit.DraggingEventArgs

Parameters

willDecelerate
Boolean

Whether the dragging is decelerating.

Applies to