Back to Devexpress

WorkspaceManager.WorkspaceRemoved Event

windowsforms-devexpress-dot-utils-dot-workspacemanager-2e02ab89.md

latest2.0 KB
Original Source

WorkspaceManager.WorkspaceRemoved Event

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

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public event WorkspaceEventHandler WorkspaceRemoved
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event WorkspaceRemoved As WorkspaceEventHandler

Event Data

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

PropertyDescription
TagGets or sets a unique ID for the current workspace.
WorkspaceGets the processed workspace.

Remarks

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

See Also

RemoveWorkspace(String)

Workspace Manager

WorkspaceManager Class

WorkspaceManager Members

DevExpress.Utils Namespace