Table of Contents

Class DragAndDropArgs

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

Class defining the behavior for drag and drop operations.

public class DragAndDropArgs
Inheritance
DragAndDropArgs
Inherited Members

Constructors

DragAndDropArgs()

Initializes a new instance of the DragAndDropArgs class.

public DragAndDropArgs()

Properties

DragFromLocation

The point on the source object where the drag operation begins. Default = Position.Center.

public Location DragFromLocation { get; set; }

Property Value

Location

DropOnLocation

The point on the target object where the drag and drop operation ends. Default = Position.Center.

public Location DropOnLocation { get; set; }

Property Value

Location

MouseButtonClicked

The mouse button used to drag this object. Default = MouseButton.Left.

public MouseButton MouseButtonClicked { get; set; }

Property Value

MouseButton