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

WorkspaceManager.WorkspaceRemoved Event

Fires when a workspace was removed from the WorkspaceManager.Workspaces collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public event WorkspaceEventHandler WorkspaceRemoved

Event Data

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

Property Description
Workspace Gets the processed workspace.

Remarks

To remove a workspace, use the WorkspaceManager.RemoveWorkspace method.

See Also