Sprache

DragAction Enum

Definition

Identifies actions in a drag-and-drop operation.

public enum DragAction
type DragAction = 
Inheritance
DragAction

Fields

Name Value Description
Started 1

Action constant returned by Action: Signals the start of a drag and drop operation.

Location 2

Identifies the location action in a drag operation.

Drop 3

Identifies the drop action in a drag operation.

Ended 4

Action constant returned by Action: Signals to a View that the drag and drop operation has concluded.

Entered 5

Identifies the entered action in a drag operation.

Exited 6

Identifies the exited action in a drag operation.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to