WorkspaceManager.AfterApplyWorkspace Event
In This Article
Occurs after a workspace has been applied to the target control.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Event Data
The AfterApplyWorkspace event's handler receives an argument of the EventArgs type.
#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
See Also