How do I attach a server-side handler to ext:Windows's hide event? I need to perform some server-side action when the window is hidden.
Also, from what I understand, if the CloseAction is 'Close' (default), there is no way to open this window after it had been closed? Therefore I should use CloseAction="Hide" if I need the ability to reopen the window (e.g. on button click)?
Thank you!