OnWindowRestored()
|
<< Click to Display Table of Contents >> OnWindowRestored() |
|
Called when the window is restored from a workspace, which is called after OnWindowCreated(). This method is used to recall any custom XElement data from the workspace by referencing a window. Please also see OnWindowSaved() for information on how to store custom XElement data when a window is saved.
This method does not return a value
OnWindowRestored(Window window, XElement element)
window |
A Window object which is being restored from a workspace |
element |
The XElement object representing the workspace being restored |
protected override void OnWindowRestored(Window window, XElement element) |