Back to Devexpress

WorkspaceManager.WorkspaceError Event

windowsforms-devexpress-dot-utils-dot-workspacemanager-f7fb00d0.md

latest1.4 KB
Original Source

WorkspaceManager.WorkspaceError Event

Occurs when a corrupt workspace is activated. Allows you to read the “args” parameter to identify the issue found in this layout. This event is followed by the XmlException if the WorkspaceManager.ThrowOnWorkspaceError property is enabled.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("Behavior")]
public event WorkspaceErrorEventHandler WorkspaceError
vb
<DXCategory("Behavior")>
Public Event WorkspaceError As WorkspaceErrorEventHandler

Event Data

The WorkspaceError event's data class is DevExpress.Utils.WorkspaceErrorEventArgs.

See Also

WorkspaceManager Class

WorkspaceManager Members

DevExpress.Utils Namespace