[NUI] Exception if someone change disposed ImageView's property
authorEunki, Hong <eunkiki.hong@samsung.com>
Mon, 26 Jun 2023 05:14:10 +0000 (14:14 +0900)
committerSangHyeon Jade Lee <dltkdgus1764@gmail.com>
Wed, 28 Jun 2023 06:29:15 +0000 (15:29 +0900)
commit3ced207619d8e1897b1666d195511c35c59a489a
tree96d82b1a0f004e3c59121fd68a1ed169aaa127b4
parentd471cb5b981116b31eae47f1cb2580a0e5ff4795
[NUI] Exception if someone change disposed ImageView's property

Since we don't check validation of ImageView itself during change
ImageView properties, it will not throw any exceptions.
and it will be crashend when we ProcessOnceEvent invoked.

Normal View property directly access to DALi side. But ImageView
property access to DALi side lazy.

Now this throw make app developer easy to find error codes.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs