[NUI] Add DataSelected in Clipboard
authorBowon Ryu <bowon.ryu@samsung.com>
Fri, 1 Sep 2023 12:31:50 +0000 (21:31 +0900)
committerJoogabYun <40262755+JoogabYun@users.noreply.github.com>
Mon, 11 Sep 2023 07:30:31 +0000 (16:30 +0900)
commita5333b4b7083af50e37f75e78747edbd6fcfda36
tree4d2b97815eab2a1730e01ef62bd7927484742897
parent78770525c20d39c57d98c3f12f1730da2e63a49e
[NUI] Add DataSelected in Clipboard

Add DataSelected to catch the Copy event of another process.

The process using this event must be Secondary Selection.
General apps cannot use this event usefully.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.Clipboard.cs
src/Tizen.NUI/src/public/Clipboard/Clipboard.cs
src/Tizen.NUI/src/public/Clipboard/ClipboardEvent.cs
test/NUIClipboard/Clipboard.cs
test/NUIClipboardDataSelected/ClipboardDataSelected.cs [new file with mode: 0644]
test/NUIClipboardDataSelected/NUIClipboardDataSelected.csproj [new file with mode: 0644]
test/NUIClipboardDataSelected/shared/res/NUIClipboardDataSelected.png [new file with mode: 0644]
test/NUIClipboardDataSelected/tizen-manifest.xml [new file with mode: 0644]