[NUI] Add SelectionChanged Event (#3397)
authorabdullehghujeh <35222943+abdullehghujeh@users.noreply.github.com>
Fri, 20 Aug 2021 06:49:31 +0000 (09:49 +0300)
committerJunsuChoi <junduru019@gmail.com>
Tue, 24 Aug 2021 05:09:56 +0000 (14:09 +0900)
commitd8414fc36a9e7e093f259572401fa00a96096e89
tree41ab3f196c7a67801d96d98d87d4b97674d7b764
parent308e593b8a453186b4a6275f68255d622a493f46
[NUI] Add SelectionChanged Event (#3397)

* Add SelectionChanged Event

* Update TextEditorEvent.cs

fix SelectionChangedEventArgs comments

* Update TextFieldEvent.cs

fix SelectionChangedEventArgs comments

* remove sender from selection event arg and make it common

* Remove new selection start/end 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