Enum LayoutChangeType
The type of layout change within a IModelLayouHost
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: ClientCore.dll
Syntax
public enum LayoutChangeType : short
Fields
Name | Description |
---|---|
LayoutAdded | An IModelLayoutDisplayer has been added and displayed within the host |
LayoutContentChanged | An IModelLayoutDisplayer within the host has had its content changed such as with creation/deletion of new grid items |
LayoutDependantCommandExecuted | Indicates a command that is dependant on LayoutChangedEvent changes has executed. For instance used by save command so other dependant commands (such as refresh) can update their enabled status now all data has been saved |
LayoutDisplayed | An IModelLayoutDisplayer has been displayed within the host |
LayoutRemoved | An IModelLayoutDisplayer has been removed from the display within the host |
LayoutSelected | An existing IModelLayoutDisplayer has been selected and presented within the host |