WorkspaceManager Events
Manages layouts of all DevExpress controls in the application as one global workspace. Workspaces can be saved and restored to (from) a local storage or stream.
Name | Description |
---|---|
After |
Occurs after a workspace was applied. |
Before |
Fires before the Workspace Manager applies a new workspace. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Property |
Occurs whenever a property is about to be restored from a workspace. |
Property |
Occurs whenever a property is about to be written into a workspace. |
Workspace |
Occurs whenever a new workspace was added to the Workspace |
Workspace |
Occurs whenever the Workspace |
Workspace |
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 Xml |
Workspace |
Fires when a workspace was removed from the Workspace |
Workspace |
Occurs after the Workspace |
See Also