Class LayoutChangeEventArgs
The event arguments for a LayoutChangedEvent
Inherited Members
Namespace: LemonEdge.Client.UI.API.Layouts
Assembly: LemonEdge.Client.UI.API.dll
Syntax
public class LayoutChangeEventArgs : EventArgs
Constructors
LayoutChangeEventArgs(LayoutChangeType, IModelLayoutDisplayer?)
Creates a new Layout Changed Event Argument
Declaration
public LayoutChangeEventArgs(LayoutChangeType type, IModelLayoutDisplayer? displayer = null)
Parameters
Type | Name | Description |
---|---|---|
LayoutChangeType | type | The type of change occuring in the IModelLayoutHost |
IModelLayoutDisplayer | displayer | The optional layout displayer that is the source of that change |
Properties
Displayer
The optional layout displayer that is the source of that change
Declaration
public IModelLayoutDisplayer? Displayer { get; }
Property Value
Type | Description |
---|---|
IModelLayoutDisplayer |
Type
The type of change occurring in the IModelLayoutHost
Declaration
public LayoutChangeType Type { get; }
Property Value
Type | Description |
---|---|
LayoutChangeType |