Class ActiveLayoutEngineChangedEventArgs
- Namespace
- Whim
- Assembly
- Whim.dll
Event for when the active layout engine for a workspace has changed.
public class ActiveLayoutEngineChangedEventArgs : EventArgs
- Inheritance
-
ActiveLayoutEngineChangedEventArgs
- Inherited Members
Properties
CurrentLayoutEngine
The new active layout engine.
public required ILayoutEngine CurrentLayoutEngine { get; init; }
Property Value
PreviousLayoutEngine
The previous active layout engine.
public required ILayoutEngine PreviousLayoutEngine { get; init; }
Property Value
Workspace
The workspace that has a new active layout engine.
public required IWorkspace Workspace { get; init; }