Enum DragType
Definition
- Assembly:
- Tizen.NUI.dll
Drag event type.
public enum DragType
Fields
Name | Description |
---|---|
Drop | The drag object dropped in the target view. |
Enter | The drag object has entered the target view. |
Leave | The drag object has leaved the target view. |
Move | The drag object moves in the target view. |