Search Results for

    Show / Hide Table of Contents

    Delegate LayoutChangedEvent

    A LayoutChanged event delegate used by the IModelLayoutHost

    Namespace: LemonEdge.Client.Core.Views.Core
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public delegate void LayoutChangedEvent(IModelLayoutHost sender, LayoutChangeEventArgs s)
    Parameters
    Type Name Description
    IModelLayoutHost sender

    The host that raised this event

    LayoutChangeEventArgs s

    The layout changed event arguments

    Constructors

    LayoutChangedEvent(object, IntPtr)

    Declaration
    public LayoutChangedEvent(object @object, IntPtr method)
    Parameters
    Type Name Description
    object object
    IntPtr method

    Methods

    BeginInvoke(IModelLayoutHost, LayoutChangeEventArgs, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IModelLayoutHost sender, LayoutChangeEventArgs s, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    IModelLayoutHost sender
    LayoutChangeEventArgs s
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result

    Invoke(IModelLayoutHost, LayoutChangeEventArgs)

    Declaration
    public virtual void Invoke(IModelLayoutHost sender, LayoutChangeEventArgs s)
    Parameters
    Type Name Description
    IModelLayoutHost sender
    LayoutChangeEventArgs s

    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.