Enum DragSourceEventType
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for the drag source event types.
public enum DragSourceEventType
Fields
Name | Description |
---|---|
Accept | Indicates that the drag and drop operation has been accepted by the target. |
Cancel | Indicates that the drag and drop operation has been cancelled. |
Finish | Indicates that the drag and drop operation has finished. |
Start | Indicates that the drag and drop operation has started. |