Search Results for

    Show / Hide Table of Contents

    Delegate LayoutDesignedViewDescriptorSelected

    Namespace: LemonEdge.Client.Core.Views.ToolWindows
    Assembly: LemonEdge.ClientEntities.dll
    Syntax
    public delegate void LayoutDesignedViewDescriptorSelected(ILayoutDesigner sender, EventArgs e)
    Parameters
    Type Name Description
    ILayoutDesigner sender
    EventArgs e

    Constructors

    LayoutDesignedViewDescriptorSelected(object, IntPtr)

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

    Methods

    BeginInvoke(ILayoutDesigner, EventArgs, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ILayoutDesigner sender, EventArgs e, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    ILayoutDesigner sender
    EventArgs e
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(ILayoutDesigner, EventArgs)

    Declaration
    public virtual void Invoke(ILayoutDesigner sender, EventArgs e)
    Parameters
    Type Name Description
    ILayoutDesigner sender
    EventArgs e

    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.