From 07055550ed4601bfaa2c8597d29c51955aba03c1 Mon Sep 17 00:00:00 2001 From: dongsug-song <35130733+dongsug-song@users.noreply.github.com> Date: Mon, 16 May 2022 21:10:37 +0900 Subject: [PATCH] Update src/Tizen.NUI/src/public/Input/FocusManager.cs Co-authored-by: Seungkeun Lee --- src/Tizen.NUI/src/public/Input/FocusManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tizen.NUI/src/public/Input/FocusManager.cs b/src/Tizen.NUI/src/public/Input/FocusManager.cs index 2b23bf6..7cd44ea 100755 --- a/src/Tizen.NUI/src/public/Input/FocusManager.cs +++ b/src/Tizen.NUI/src/public/Input/FocusManager.cs @@ -86,7 +86,7 @@ namespace Tizen.NUI /// It won't be emitted for focus movement by calling the SetCurrentFocusView directly.
/// /// 3 - [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 = "")] public event EventHandlerWithReturnType PreFocusChange -- 2.7.4