Class DragAndDrop
Definition
- Assembly:
- Tizen.NUI.dll
DragAndDrop controls the drag object and data.
C#
Copy
public class DragAndDrop : BaseHandle, INotifyPropertyChanged, IDisposable
- Inheritance
- Implements
-
System.
Component Model. INotify Property Changed System.IDisposable
Properties
Declaration
C#
Copy
public static DragAndDrop Instance { get; }
Property Value
Type | Description |
---|---|
Drag |
Methods
Declaration
C#
Copy
public void AddListener(View targetView, DragAndDrop.DragAndDropEventHandler callback)
Parameters
Type | Name | Description |
---|---|---|
View | targetView | The target view |
Drag |
callback | The callback function to get drag event when the drag source enters, moves, leaves and drops on the drop target |
Declaration
C#
Copy
public void RemoveListener(View targetView, DragAndDrop.DragAndDropEventHandler callback)
Parameters
Type | Name | Description |
---|---|---|
View | targetView | The target view |
Drag |
callback | The callback function to remove |
Declaration
C#
Copy
public void StartDragAndDrop(View sourceView, View shadowView, DragData dragData, DragAndDrop.SourceEventHandler callback)
Parameters
Type | Name | Description |
---|---|---|
View | sourceView | The soruce view |
View | shadowView | The shadow view for drag object |
Drag |
dragData | The data to send |
Drag |
callback | The source event callback |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable