Search Results for

    Show / Hide Table of Contents

    Class LayoutChangeEventArgs

    The event arguments for a LayoutChangedEvent

    Inheritance
    System.Object
    System.EventArgs
    LayoutChangeEventArgs
    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 LayoutChangeEventArgs : EventArgs

    Constructors

    LayoutChangeEventArgs(LayoutChangeType, IModelLayoutDisplayer)

    Creates a new Layout Changed Event Argument

    Declaration
    public LayoutChangeEventArgs(LayoutChangeType type, IModelLayoutDisplayer displayer = null)
    Parameters
    Type Name Description
    LayoutChangeType type

    The type of change occuring in the IModelLayouHost

    IModelLayoutDisplayer displayer

    The optional layout displayer that is the source of that change

    Properties

    Displayer

    The optional layout displayer that is the source of that change

    Declaration
    public IModelLayoutDisplayer Displayer { get; }
    Property Value
    Type Description
    IModelLayoutDisplayer

    Type

    The type of change occuring in the IModelLayouHost

    Declaration
    public LayoutChangeType Type { get; }
    Property Value
    Type Description
    LayoutChangeType

    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.