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

WorkspaceManager.WorkspaceSaved Event

Occurs after the WorkspaceManager.SaveWorkspace method was called.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DXCategory("Behavior")]
public event WorkspaceEventHandler WorkspaceSaved

Event Data

The WorkspaceSaved event's data class is WorkspaceEventArgs. The following properties provide information specific to this event:

Property Description
Workspace Gets the processed workspace.
See Also