OnWindowSaved()
OnWindowSaved()
Definition
Called when the window is saved to a workspace, which is called before OnWindowDestroyed(). This method is used to save any custom XElement data associated with your window.
Method Return Value
This method does not return a value.
Syntax
OnWindowSaved(Window window, XElement element)

