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
    System.Object
    System.EventArgs
    LayoutTabChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LemonEdge.Client.Core.Views.Core
    Assembly: ClientCore.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

    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.