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

WorkspaceManager.BeforeApplyWorkspace Event

Occurs immediately after the WorkspaceManager.ApplyWorkspace method is called.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("Behavior")]
public event EventHandler BeforeApplyWorkspace

Event Data

The BeforeApplyWorkspace event's data class is EventArgs.

Remarks

The BeforeApplyWorkspace event allows you to perform additional operations (e.g., display a confirmation window) before the target workspace is applied. When the workspace is applied, the WorkspaceManager.AfterApplyWorkspace event occurs.

See Also