Table of Contents

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

ILayoutEngine

PreviousLayoutEngine

The previous active layout engine.
public required ILayoutEngine PreviousLayoutEngine { get; init; }

Property Value

ILayoutEngine

Workspace

The workspace that has a new active layout engine.
public required IWorkspace Workspace { get; init; }

Property Value

IWorkspace