[NUI] Add BorderCloseDelegate for closing the application by the border.
authorjoogab.yun <joogab.yun@samsung.com>
Fri, 3 Jun 2022 05:30:11 +0000 (14:30 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 10 Jun 2022 05:42:51 +0000 (14:42 +0900)
commit24175cc7e70bb04bc76132929ccdac10f3f7e46d
treefe7f4c24e4b99121f433f0c4f9245625b7c75e57
parent455b60b995f2dbe655612e64641c63793ddb3306
[NUI] Add BorderCloseDelegate for closing the application by the border.

When closing, it is necessary to distinguish between the application case and the window case.
So, in the case of Application, we add a delegate so that it can be properly closed through the delegate.
src/Tizen.NUI/src/public/Application/NUIApplication.cs
src/Tizen.NUI/src/public/Window/BorderWindow.cs
src/Tizen.NUI/src/public/Window/DefaultBorder.cs