Search Results for

    Show / Hide Table of Contents

    Enum LayoutChangeType

    The type of layout change within a IModelLayoutHost

    Namespace: LemonEdge.Client.UI.API.Layouts
    Assembly: LemonEdge.Client.UI.API.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

    Extension Methods

    LinqExtensions.AsArray<LayoutChangeType>(LayoutChangeType)
    LinqExtensions.ToArrayOfOne<LayoutChangeType>(LayoutChangeType)
    LinqExtensions.ToListOfOne<LayoutChangeType>(LayoutChangeType)
    MiscExtensions.SetIfNotEqual<LayoutChangeType, TP>(LayoutChangeType, Expression<Func<LayoutChangeType, TP>>, TP)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.