[NUI] Add Page's Appeared and Disappeared events
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 1 Jun 2021 12:27:09 +0000 (21:27 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 8 Jun 2021 05:35:32 +0000 (14:35 +0900)
commit686ad100e4a9e501ea5e94d62f1bb046772ceb48
tree22737de7cef421f0400492088326669993a8f1e3
parent8db3297f6945191fe9acaa81b0d7974773ce5d0a
[NUI] Add Page's Appeared and Disappeared events

Page's Appeared event is invoked when the Navigator's animation is
finished and the page becomes visible.

Page's Disappeared event is invoked when the Navigator's animation is
finished and the page becomes invisible.
src/Tizen.NUI.Components/Controls/Navigation/Navigator.cs
src/Tizen.NUI.Components/Controls/Navigation/Page.cs