Search Results for

    Show / Hide Table of Contents

    Delegate LayoutTabChangedEvent

    The delegate for the event in the IModelLayoutDisplayerController to indicate that the currently selected tab in the layout has changed

    This can be used by any tool window to be notified that the active tab the tool window is working with in the active layout has changed

    Namespace: LemonEdge.Client.UI.API.Layouts
    Assembly: LemonEdge.Client.UI.API.dll
    Syntax
    public delegate void LayoutTabChangedEvent(IModelLayoutDisplayerController source, LayoutTabChangedEventArgs e)
    Parameters
    Type Name Description
    IModelLayoutDisplayerController source

    The layout that raised this event

    LayoutTabChangedEventArgs e

    The arguments for which tab is now the active one in the layout

    Constructors

    LayoutTabChangedEvent(object, IntPtr)

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

    Methods

    BeginInvoke(IModelLayoutDisplayerController, LayoutTabChangedEventArgs, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IModelLayoutDisplayerController source, LayoutTabChangedEventArgs e, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    IModelLayoutDisplayerController source
    LayoutTabChangedEventArgs 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, LayoutTabChangedEventArgs)

    Declaration
    public virtual void Invoke(IModelLayoutDisplayerController source, LayoutTabChangedEventArgs e)
    Parameters
    Type Name Description
    IModelLayoutDisplayerController source
    LayoutTabChangedEventArgs 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.