Share via


DraggingEventArgs Class

Definition

Provides data for the DraggingEnded event.

public class DraggingEventArgs : EventArgs
type DraggingEventArgs = class
    inherit EventArgs
Inheritance
DraggingEventArgs

Constructors

Name Description
DraggingEventArgs(Boolean)

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

Fields

Name Description
False

Not decelerating.

True

Decelerating.

Properties

Name Description
Decelerate

Applies to