[NUI] update event description
authorabdullah <abdullahhasan10@gmail.com>
Mon, 6 Sep 2021 06:57:59 +0000 (09:57 +0300)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Mon, 13 Sep 2021 07:33:23 +0000 (16:33 +0900)
src/Tizen.NUI/src/public/BaseComponents/TextEditorEvent.cs
src/Tizen.NUI/src/public/BaseComponents/TextFieldEvent.cs

index 70503a6..44c8959 100755 (executable)
@@ -128,7 +128,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// The CursorPositionChanged event.
+        /// The CursorPositionChanged event is emitted whenever the primary cursor position changed.
         /// </summary>
         /// <since_tizen> 9 </since_tizen>
         public event EventHandler CursorPositionChanged
index ba8414f..a9ae2dd 100755 (executable)
@@ -91,7 +91,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// The CursorPositionChanged event.
+        /// The CursorPositionChanged event is emitted whenever the primary cursor position changed.
         /// </summary>
         /// <since_tizen> 9 </since_tizen>
         public event EventHandler CursorPositionChanged