I would like to persist the ActiproSoftware.Windows.Controls.Docking.DockingWindowState of my autoHideLeft control, and restore it from saved user session settings when a user restarts our application. I am able to determine the "pinned" state with autoHideLeft.State. However, I'm looking for an event that fires when the users changes the DockingWindowsState such that I can save the users prefered state to a session properties file from which I will use to restore the state from when the application loads.
What event occurs when DockingWindowsState changes?
What event occurs when DockingWindowsState changes?