[NUI] Make CursorPositionChanged event for TextField & TextEditor public
authorabdullah <abdullahhasan10@gmail.com>
Thu, 2 Sep 2021 08:28:44 +0000 (11:28 +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 a860f5c..70503a6 100755 (executable)
@@ -130,8 +130,7 @@ namespace Tizen.NUI.BaseComponents
         /// <summary>
         /// The CursorPositionChanged event.
         /// </summary>
-        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
+        /// <since_tizen> 9 </since_tizen>
         public event EventHandler CursorPositionChanged
         {
             add
index c3d4a37..ba8414f 100755 (executable)
@@ -93,8 +93,7 @@ namespace Tizen.NUI.BaseComponents
         /// <summary>
         /// The CursorPositionChanged event.
         /// </summary>
-        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
+        /// <since_tizen> 9 </since_tizen>
         public event EventHandler CursorPositionChanged
         {
             add