From 02ac0d48186ac054d6c5f8db2106c7600447afa9 Mon Sep 17 00:00:00 2001 From: dongsug-song <35130733+dongsug-song@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:20:46 +0900 Subject: [PATCH] Update src/Tizen.NUI/src/public/Common/WeakEvent.cs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: Piotr Szydełko --- src/Tizen.NUI/src/public/Common/WeakEvent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tizen.NUI/src/public/Common/WeakEvent.cs b/src/Tizen.NUI/src/public/Common/WeakEvent.cs index 286f910..88a9d22 100755 --- a/src/Tizen.NUI/src/public/Common/WeakEvent.cs +++ b/src/Tizen.NUI/src/public/Common/WeakEvent.cs @@ -52,7 +52,7 @@ namespace Tizen.NUI } /// - /// Remove last added event handler. + /// Remove last stored event handler equal to . /// /// 12 public virtual void Remove(T handler) -- 2.7.4