WorkspaceManager.WorkspaceSaved Event
Occurs after the WorkspaceManager.SaveWorkspace method was called.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
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