[NUI] Unified EventHandler connect-disconnect code style (Phase 1)
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 24 Jul 2024 11:09:53 +0000 (20:09 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 7 Aug 2024 07:02:39 +0000 (16:02 +0900)
commita2614bbfb363ff815cb6587a78d05b75975babfa
treee61e35760a3f547c60dfa8a7fefc9d1d81a15d35
parentdbcfd1da7f75218fd6ab542dcebca47f4807a444
[NUI] Unified EventHandler connect-disconnect code style (Phase 1)

Make we use unified code style when we connect/disconnect native signal
to C# EventHandler.

It will be reduce some copy-paste the non-common style implementation.

This PR will change below classes

* (internal)Application and it's family
* (internal)ObjectRegistry
* (internal)Builder
* (internal)GaussianBlurView
* ImageView and it's family
* View, ViewAccessibility
* Clipboard
* Capture

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
13 files changed:
src/Tizen.NUI/src/internal/Application/Application.cs
src/Tizen.NUI/src/internal/Application/ComponentApplication.cs
src/Tizen.NUI/src/internal/Application/WatchApplication.cs
src/Tizen.NUI/src/internal/Common/ObjectRegistry.cs
src/Tizen.NUI/src/internal/Utility/Builder.cs
src/Tizen.NUI/src/internal/Utility/GaussianBlurView.cs
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/LottieAnimationView.cs
src/Tizen.NUI/src/public/BaseComponents/ViewAccessibilityEvent.cs
src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs
src/Tizen.NUI/src/public/Clipboard/Clipboard.cs
src/Tizen.NUI/src/public/Clipboard/ClipboardEvent.cs
src/Tizen.NUI/src/public/Utility/Capture.cs