Search Results for

    Show / Hide Table of Contents

    Delegate MessageButtonClicked

    A message button clicked event raised by the IMessage window when one of the custom buttons is pressed by the user

    Namespace: LemonEdge.Client.Core.Messages
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public delegate void MessageButtonClicked(MessageButtonInfo sender, EventArgs e)
    Parameters
    Type Name Description
    MessageButtonInfo sender

    The button that has been pressed by the user

    EventArgs e

    Any event args associated with the event

    Constructors

    MessageButtonClicked(object, IntPtr)

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

    Methods

    BeginInvoke(MessageButtonInfo, EventArgs, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(MessageButtonInfo sender, EventArgs e, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    MessageButtonInfo 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(MessageButtonInfo, EventArgs)

    Declaration
    public virtual void Invoke(MessageButtonInfo sender, EventArgs e)
    Parameters
    Type Name Description
    MessageButtonInfo 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.