Back to Devexpress

WorkspaceManager.AfterApplyWorkspace Event

wpf-devexpress-dot-xpf-dot-core-dot-workspacemanager-06a94d8c.md

latest1.5 KB
Original Source

WorkspaceManager.AfterApplyWorkspace Event

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

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public event EventHandler AfterApplyWorkspace
vb
Public Event AfterApplyWorkspace As EventHandler

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

AfterApplyWorkspace

See Also

BeforeApplyWorkspace

WorkspaceManager Class

WorkspaceManager Members

DevExpress.Xpf.Core Namespace