Search Results for

    Show / Hide Table of Contents

    Class LayoutTabChangedEventArgs

    The settings used for the LayoutTabChangedEvent delegate for describing the active tab that has changed in the layout

    Inheritance
    object
    EventArgs
    LayoutTabChangedEventArgs
    Inherited Members
    EventArgs.Empty
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Client.UI.API.Layouts
    Assembly: LemonEdge.Client.UI.API.dll
    Syntax
    public class LayoutTabChangedEventArgs : EventArgs

    Constructors

    LayoutTabChangedEventArgs(LayoutTabSetting)

    Creates a new LayoutTabChangedEventArgs with the specified tab as the new currently active one

    Declaration
    public LayoutTabChangedEventArgs(LayoutTabSetting newTab)
    Parameters
    Type Name Description
    LayoutTabSetting newTab

    The new tab which is the currently active one for the layout

    Properties

    TabSelected

    The new active tab for the layout

    Declaration
    public LayoutTabSetting TabSelected { get; }
    Property Value
    Type Description
    LayoutTabSetting

    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.