WorkspaceManager.WorkspaceSaved Event
In This Article
Occurs after the WorkspaceManager.SaveWorkspace method was called.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Event Data
The WorkspaceSaved event's data class is WorkspaceEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Tag | Gets or sets a unique ID for the current workspace. |
Workspace | Gets the processed workspace. |
See Also