[NUI] Change SelectionChangedEventArgs to TextSelectionChangedEventArgs (#3451)
authorBowon Ryu <bowon.ryu@samsung.com>
Tue, 24 Aug 2021 02:37:10 +0000 (11:37 +0900)
committerJunsuChoi <junduru019@gmail.com>
Tue, 24 Aug 2021 05:09:56 +0000 (14:09 +0900)
commit62cb02b7aed30330435c4d63d32c5981b2565a40
tree534b2fc8bbe1ec365deb7828409dd716aa47ccb4
parent2a6d30751628ac16fd19259bd6edbc19ea892c38
[NUI] Change SelectionChangedEventArgs to TextSelectionChangedEventArgs (#3451)

There is an ambiguous reference problem,
because the newly added SelectionChangedEventArgs for Text
has the same name as the existing SelectionChangedEventArgs.

The SelectionChangedEventArgs for Text is not yet an opened API,
so temporarily renaming it to fix the issue.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/TextEditorEvent.cs
src/Tizen.NUI/src/public/BaseComponents/TextEvent.cs
src/Tizen.NUI/src/public/BaseComponents/TextFieldEvent.cs