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.v19.2.dll

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