Delegate Clipboard.ClipboardCallback

Definition

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

User callback for clipboard event.

C#
Copy
public delegate void ClipboardCallback(bool success, ClipEvent clipEvent);
Remarks

Receives requested data through ClipEvent.

Extension Methods