Enum DragSourceEventType
Definition
- Assembly:
- Tizen.NUI.dll
Drag source event type.
public enum DragSourceEventType
Fields
| Name | Description |
|---|---|
| Accept | Drag and drop is accepted. |
| Cancel | Drag and drop is cancelled. |
| Finish | Drag and drop is finished. |
| Start | Drag and drop is started. |