DraggingEventArgs Class

Definition

Provides data for the DraggingEnded event.

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

Constructors

DraggingEventArgs(Boolean)

Initializes a new instance of the DraggingEventArgs class.

Fields

False

Not decelerating.

True

Decelerating.

Properties

Decelerate

Whether it is decelerating.

Applies to