DragAndDropArgs Class
Class defining the behavior for drag and drop operations.

C# Syntax

public class DragAndDropArgs 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.DragAndDropArgs

Public Constructors
 NameDescription
Public ConstructorDragAndDropArgs ConstructorInitializes a new instance of the DragAndDropArgs class.  
Top
Public Properties
 NameDescription
Public PropertyDragFromLocationThe point on the source object where the drag operation begins. Default = Position.Center.  
Public PropertyDropOnLocationThe point on the target object where the drag and drop operation ends. Default = Position.Center.  
Public PropertyMouseButtonClickedThe mouse button used to drag this object. Default = MouseButton.Left.  
Top