Back to Devexpress

IWorkspaceManager.AfterApplyWorkspace Event

wpf-devexpress-dot-xpf-dot-core-dot-iworkspacemanager-6b8ea151.md

latest1.5 KB
Original Source

IWorkspaceManager.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
event EventHandler AfterApplyWorkspace
vb
Event AfterApplyWorkspace As EventHandler

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

BeforeApplyWorkspace

IWorkspaceManager Interface

IWorkspaceManager Members

DevExpress.Xpf.Core Namespace