Update src/Tizen.NUI/src/public/Input/FocusManager.cs
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 16 May 2022 12:10:37 +0000 (21:10 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Fri, 27 May 2022 06:15:42 +0000 (15:15 +0900)
Co-authored-by: Seungkeun Lee <sngn.lee@samsung.com>
src/Tizen.NUI/src/public/Input/FocusManager.cs

index 2b23bf6..7cd44ea 100755 (executable)
@@ -86,7 +86,7 @@ namespace Tizen.NUI
         /// It won't be emitted for focus movement by calling the SetCurrentFocusView directly.<br />
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Please do not use! This will be deprecated in API10. Please use KeyFocusChanging instead!")]
+        [Obsolete("Please do not use! This will be deprecated in API10. Please use FocusChanging instead!")]
         // this will be deprecated, so suppress warning would be OK.
         [System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1710:Identifiers should have correct suffix", Justification = "<Pending>")]
         public event EventHandlerWithReturnType<object, PreFocusChangeEventArgs, View> PreFocusChange