Back to Devexpress

WorkspaceManager Events

windowsforms-devexpress-dot-utils-dot-workspacemanager-dot-underscore-events.md

latest3.1 KB
Original Source

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.

NameDescription
AfterApplyWorkspaceOccurs after a workspace was applied.
BeforeApplyWorkspaceFires before the Workspace Manager applies a new workspace.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
PropertyDeserializingOccurs whenever a property is about to be restored from a workspace.
PropertySerializingOccurs whenever a property is about to be written into a workspace.
WorkspaceAddedOccurs whenever a new workspace was added to the WorkspaceManager.Workspaces collection.
WorkspaceCollectionChangedOccurs whenever the WorkspaceManager.Workspaces collection of the current Workspace Manager component changes.
WorkspaceErrorOccurs when a corrupt workspace is activated. Allows you to read the “args” parameter to identify the issue found in this layout. This event is followed by the XmlException if the WorkspaceManager.ThrowOnWorkspaceError property is enabled.
WorkspaceRemovedFires when a workspace was removed from the WorkspaceManager.Workspaces collection.
WorkspaceSavedOccurs after the WorkspaceManager.SaveWorkspace method was called.

See Also

WorkspaceManager Class

WorkspaceManager Members

DevExpress.Utils Namespace