OnWindowRestored()
OnWindowRestored()
Definition
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.
Method Return Value
This method does not return a value.
Syntax
OnWindowRestored(Window window, XElement element)