Enum DragSourceEventType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Enumeration for the drag source event types.

C#
Copy
public enum DragSourceEventType
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.