Search Results for

    Show / Hide Table of Contents

    Delegate LayoutSubViewItemChangedEvent

    The delegate for the event used in the ModelLayoutDisplayerController to indicate that the output item from a view has changed

    This can be used by any tool window to work either with the item for the layout, or individually selected items within a grid/tree view

    Namespace: LemonEdge.Client.Core.Views.Core
    Assembly: ClientCore.dll
    Syntax
    public delegate void LayoutSubViewItemChangedEvent(ModelLayoutDisplayerController source, LayoutSubViewItemChangedEventArgs e);
    Parameters
    Type Name Description
    ModelLayoutDisplayerController source

    The layout that raised this event

    LayoutSubViewItemChangedEventArgs e

    The arguments for which view has changed the item it outputs that sub views work with

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.