Table of Contents

Class DragAndDropArgs

Class defining the behavior for drag and drop operations.

Inheritance
DragAndDropArgs
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public class DragAndDropArgs

Constructors

DragAndDropArgs()

Initializes a new instance of the DragAndDropArgs class.

Declaration
public DragAndDropArgs()

Properties

DragFromLocation

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

Declaration
public Location DragFromLocation { get; set; }
Property Value
Type Description
Location

DropOnLocation

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

Declaration
public Location DropOnLocation { get; set; }
Property Value
Type Description
Location

MouseButtonClicked

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

Declaration
public MouseButton MouseButtonClicked { get; set; }
Property Value
Type Description
MouseButton