[NUI.XamlBuild] Remove unused event : Element.DescendantAdded / Removed
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 7 Nov 2023 12:58:10 +0000 (21:58 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Wed, 15 Nov 2023 08:56:46 +0000 (17:56 +0900)
commitb446bc8ef0d91b34212edf659253be5c51437a0a
tree21410e9fb1a1dfdbb33fe88611b963b969b0dcbe
parent66f22ff45036008c98c825b8c84630bbc897741b
[NUI.XamlBuild] Remove unused event : Element.DescendantAdded / Removed

Those API was useless if we don't need to invoke those events.
And those try to climb-up to parent root every Add / Remove API.

It will spend heavy time if the scene tree is complex.

Those event handerl are internal, and nobody use them.
So just remove codes.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Element.cs
src/Tizen.NUI/src/public/XamlBinding/Element.cs