Skip to main content

IWorkspaceManager.AfterApplyWorkspace Event

Occurs after a workspace has been applied to the target control.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

event EventHandler AfterApplyWorkspace

Event Data

The AfterApplyWorkspace event's data class is EventArgs.

Remarks

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

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

See Also