Skip to main content

WorkspaceManager.WorkspaceCollectionChanged Event

Occurs whenever the WorkspaceManager.Workspaces collection of the current Workspace Manager component changes.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DXCategory("Behavior")]
public event WorkspaceCollectionChangedEventHandler WorkspaceCollectionChanged

Event Data

The WorkspaceCollectionChanged event's data class is DevExpress.Utils.WorkspaceCollectionChangedEventArgs.

See Also