Skip to main content
A newer version of this page is available. .

WorkspaceManager Events

Manages layouts of all DevExpress controls in the application as one global workspace. Workspaces can be saved and restored to (from) a local storage or stream.
Name Description
AfterApplyWorkspace Occurs after a workspace was applied.
BeforeApplyWorkspace Occurs immediately after the WorkspaceManager.ApplyWorkspace method is called.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
PropertyDeserializing Occurs whenever a property is about to be restored from a workspace.
PropertySerializing Occurs whenever a property is about to be written into a workspace.
WorkspaceAdded Occurs whenever a new workspace was added to the WorkspaceManager.Workspaces collection.
WorkspaceCollectionChanged Occurs whenever the WorkspaceManager.Workspaces collection of the current Workspace Manager component changes.
WorkspaceRemoved Fires when a workspace was removed from the WorkspaceManager.Workspaces collection.
WorkspaceSaved Occurs after the WorkspaceManager.SaveWorkspace method was called.
See Also