Class WorkspaceRenamedEventArgs
- Namespace
- Whim
- Assembly
- Whim.dll
Event arguments for when a workspace has been renamed.
public class WorkspaceRenamedEventArgs : WorkspaceEventArgs
- Inheritance
-
WorkspaceRenamedEventArgs
- Inherited Members
Properties
PreviousName
The old name of the workspace.
public required string PreviousName { get; init; }