Back to Devexpress

WorkspaceManager.WorkspaceAdded Event

windowsforms-devexpress-dot-utils-dot-workspacemanager-cb441bfb.md

latest2.1 KB
Original Source

WorkspaceManager.WorkspaceAdded Event

Occurs whenever a new workspace was added to the WorkspaceManager.Workspaces collection.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

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

Event Data

The WorkspaceAdded 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

Typically, the WorkspaceAdded event is raised after you call the WorkspaceManager.LoadWorkspace method to load a new workspace.

See Also

LoadWorkspace

Workspace Manager

WorkspaceManager Class

WorkspaceManager Members

DevExpress.Utils Namespace