Search Results for

    Show / Hide Table of Contents

    Delegate LayoutSubViewItemChangedEvent

    The delegate for the event used in the IModelLayoutDisplayerController 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.UI.API.Layouts
    Assembly: LemonEdge.Client.UI.API.dll
    Syntax
    public delegate void LayoutSubViewItemChangedEvent(IModelLayoutDisplayerController source, LayoutSubViewItemChangedEventArgs e)
    Parameters
    Type Name Description
    IModelLayoutDisplayerController 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

    Constructors

    LayoutSubViewItemChangedEvent(object, IntPtr)

    Declaration
    public LayoutSubViewItemChangedEvent(object @object, IntPtr method)
    Parameters
    Type Name Description
    object object
    IntPtr method

    Methods

    BeginInvoke(IModelLayoutDisplayerController, LayoutSubViewItemChangedEventArgs, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IModelLayoutDisplayerController source, LayoutSubViewItemChangedEventArgs e, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    IModelLayoutDisplayerController source
    LayoutSubViewItemChangedEventArgs e
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result

    Invoke(IModelLayoutDisplayerController, LayoutSubViewItemChangedEventArgs)

    Declaration
    public virtual void Invoke(IModelLayoutDisplayerController source, LayoutSubViewItemChangedEventArgs e)
    Parameters
    Type Name Description
    IModelLayoutDisplayerController source
    LayoutSubViewItemChangedEventArgs e

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.