OnWindowSaved()
<< Click to Display Table of Contents >> OnWindowSaved() |
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.
This method does not return a value
window |
A Window object which is being saved to the workspace |
element |
A XElement object representing the workspace being saved |
protected override void OnWindowSaved(Window window, XElement element) |