[NUI] Added API to know when border window starts moving and ends moving
authorjoogab.yun <joogab.yun@samsung.com>
Tue, 16 Aug 2022 04:18:06 +0000 (13:18 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 22 Aug 2022 09:48:10 +0000 (18:48 +0900)
commit92028ff39762a24f88723279452633d896d9970d
tree2e636be83e5043888dd154c9150c5f576f5916e5
parent1e8423cde3ccdfd81d0039801873de9aef070e2d
[NUI] Added API to know when border window starts moving and ends moving

```c#
public virtual void OnRequestMove() {}

public virtual void OnMoved(int x, int y) {}
```
src/Tizen.NUI/src/public/Window/BorderWindow.cs
src/Tizen.NUI/src/public/Window/DefaultBorder.cs
src/Tizen.NUI/src/public/Window/IBorderInterface.cs