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

WorkspaceManager.AfterApplyWorkspace Event

Occurs after a workspace has been 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 AfterApplyWorkspace

Event Data

The AfterApplyWorkspace event's data class is EventArgs.

Remarks

The AfterApplyWorkspace event is fired after the WorkspaceManager.ApplyWorkspace method has been called, and has applied the workspace.

The WorkspaceManager.BeforeApplyWorkspace event occurs before the workspace is applied.

Implements

See Also