Search Results for

    Show / Hide Table of Contents

    Delegate LayoutTabChangedEvent

    The delegate for the event in the ModelLayoutDisplayerController 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.Core.Views.Core
    Assembly: ClientCore.dll
    Syntax
    public delegate void LayoutTabChangedEvent(ModelLayoutDisplayerController source, LayoutTabChangedEventArgs e);
    Parameters
    Type Name Description
    ModelLayoutDisplayerController source

    The layout that raised this event

    LayoutTabChangedEventArgs e

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

    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.