[NUI] Make SelectionStarted event public
authorAbdulleh Ghujeh <abdullahhasan10@gmail.com>
Tue, 29 Mar 2022 10:34:28 +0000 (13:34 +0300)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Mon, 4 Jul 2022 07:13:17 +0000 (16:13 +0900)
src/Tizen.NUI/src/public/BaseComponents/TextEditorEvent.cs
src/Tizen.NUI/src/public/BaseComponents/TextFieldEvent.cs

index 930184b..9906313 100755 (executable)
@@ -212,10 +212,9 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// The SelectionStarted event is emitted when the selection start.
+        /// The SelectionStarted event is emitted when the selection has been started.
         /// </summary>
-        /// This will be public opened in after ACR done. Before ACR, need to be hidden as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
+        /// <since_tizen> 10 </since_tizen>
         public event EventHandler SelectionStarted
         {
             add
index fc8b5a7..a53b1d5 100755 (executable)
@@ -149,10 +149,9 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// The SelectionStarted event is emitted when the selection start.
+        /// The SelectionStarted event is emitted when the selection has been started.
         /// </summary>
-        /// This will be public opened in after ACR done. Before ACR, need to be hidden as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
+        /// <since_tizen> 10 </since_tizen>
         public event EventHandler SelectionStarted
         {
             add