Share via


DraggingEventArgs(Boolean) Constructor

Definition

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

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

Parameters

willDecelerate
Boolean

The value for the Decelerate property.

Applies to