Back to Devexpress

WorkspaceManager.WorkspaceCollectionChanged Event

windowsforms-devexpress-dot-utils-dot-workspacemanager-35a74bb7.md

latest1.4 KB
Original Source

WorkspaceManager.WorkspaceCollectionChanged Event

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

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXCategory("Behavior")]
public event WorkspaceCollectionChangedEventHandler WorkspaceCollectionChanged
vb
<DXCategory("Behavior")>
Public Event WorkspaceCollectionChanged As WorkspaceCollectionChangedEventHandler

Event Data

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

See Also

WorkspaceManager Class

WorkspaceManager Members

DevExpress.Utils Namespace