Search Results for

    Show / Hide Table of Contents

    Class LayoutChangeEventArgs

    The event arguments for a LayoutChangedEvent

    Inheritance
    object
    EventArgs
    LayoutChangeEventArgs
    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.Core.Views.Core
    Assembly: LemonEdge.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 IModelLayoutHost

    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 IModelLayoutHost

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

    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.