From: dongsug-song <35130733+dongsug-song@users.noreply.github.com> Date: Tue, 11 Jun 2024 01:20:46 +0000 (+0900) Subject: Update src/Tizen.NUI/src/public/Common/WeakEvent.cs X-Git-Tag: accepted/tizen/unified/20240614.010946~1^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02ac0d48186ac054d6c5f8db2106c7600447afa9;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Update src/Tizen.NUI/src/public/Common/WeakEvent.cs Co-authored-by: Piotr Szydełko --- 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)