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

WorkspaceManager.BeforeApplyWorkspace Event

Occurs before a workspace is applied to the target control.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

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

Declaration

public event EventHandler BeforeApplyWorkspace

Event Data

The BeforeApplyWorkspace event's data class is EventArgs.

Remarks

The BeforeApplyWorkspace event is fired after the WorkspaceManager.ApplyWorkspace method has been called, and before it applies the workspace.

The WorkspaceManager.AfterApplyWorkspace event occurs after the workspace has been applied.

See Also