Class AddWindowDirectionChangedEventArgs
- Namespace
- Whim.TreeLayout
- Assembly
- Whim.TreeLayout.dll
Event arguments for the AddWindowDirectionChanged event.
  
  public class AddWindowDirectionChangedEventArgs : EventArgs- Inheritance
- 
      
      
      AddWindowDirectionChangedEventArgs
- Inherited Members
Properties
CurrentDirection
The direction in which to add new windows.
  
  public required Direction CurrentDirection { get; init; }Property Value
PreviousDirection
The previous direction in which to add new windows.
  
  public required Direction PreviousDirection { get; init; }Property Value
TreeLayoutEngine
The tree layout engine for which the direction in which to add new windows has changed.
  
  public required ILayoutEngine TreeLayoutEngine { get; init; }