[NUI] Add CursorPositionChanged Event (#3400)
authorabdullehghujeh <35222943+abdullehghujeh@users.noreply.github.com>
Fri, 20 Aug 2021 07:10:26 +0000 (10:10 +0300)
committerJunsuChoi <junduru019@gmail.com>
Tue, 24 Aug 2021 05:09:56 +0000 (14:09 +0900)
commit15a19a73a608e586ab62da3e97ad2f893c1e2056
treecfdf9328187ade5fc7c7a0f537f2a0841e22cf0d
parentf522ee44a6ed06886e9e1a3f67f2d4ca215cdceb
[NUI] Add CursorPositionChanged Event (#3400)

* [NUI] Add CursorMoved Event

* [NUI] Rename CursorMoved to CursorPositionChanged

* [NUI] fix formatting

* Remove new cursor position from event args

* replace event handler with invoke

* rename event arg property to Old

Co-authored-by: abdullah <abdullahhasan10@gmail.com>
src/Tizen.NUI/src/internal/Interop/Interop.TextEditor.cs
src/Tizen.NUI/src/internal/Interop/Interop.TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditorEvent.cs
src/Tizen.NUI/src/public/BaseComponents/TextEvent.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextFieldEvent.cs