The DraggingEventArgs type exposes the following members.

Constructors

  Name Description
Public method DraggingEventArgs
Constructor. Initializes a new instance of the DraggingEventArgs class.

Properties

  Name Description
Public property Cancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from DialogCancelEventArgs.)
Public property Event
Gets original DomEvent that was raised.
(Inherited from DialogEventArgs.)
Public property NewX
Gets the new X value in pixels.
Public property NewY
Gets the new Y value in pixels.
Public property OldX
Gets the old X value in pixels.
Public property OldY
Gets the old Y value in pixels.

See Also