Enum DragSourceEventType
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 10
Drag source event type.
C#Copypublic enum DragSourceEventType : int
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. |