C# Syntax
public class DragAndDropArgs
System.Object
HP.LFT.SDK.DragAndDropArgs
Name | Description | |
---|---|---|
![]() | DragAndDropArgs Constructor | Initializes a new instance of the DragAndDropArgs class. |
Name | Description | |
---|---|---|
![]() | DragFromLocation | The point on the source object where the drag operation begins. Default = Position.Center. |
![]() | DropOnLocation | The point on the target object where the drag and drop operation ends. Default = Position.Center. |
![]() | MouseButtonClicked | The mouse button used to drag this object. Default = MouseButton.Left. |