Back to Devexpress

IWorkspaceManager.BeforeApplyWorkspace Event

wpf-devexpress-dot-xpf-dot-core-dot-iworkspacemanager-ba9acdfe.md

latest1.5 KB
Original Source

IWorkspaceManager.BeforeApplyWorkspace Event

Occurs before a workspace is 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 BeforeApplyWorkspace
vb
Event BeforeApplyWorkspace As EventHandler

Event Data

The BeforeApplyWorkspace event's data class is EventArgs.

Remarks

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

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

See Also

AfterApplyWorkspace

IWorkspaceManager Interface

IWorkspaceManager Members

DevExpress.Xpf.Core Namespace