@carlw Ok!
Also still have question about internal window.
How to handle InternalWindow close event?
c
carlw
08/04/2018, 1:50 PM
You want to do something extra when the user presses the internal X in the upper right corner?
i
iLobanov
08/04/2018, 1:59 PM
Yep
iLobanov
08/04/2018, 1:59 PM
Want to refresh data when window is closed)
iLobanov
08/04/2018, 2:02 PM
Currently I'm using lambda function pass it via model to my internal window view. Hide default close button and draw my own. And call this function when my close button is pressed.