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: 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

    System.EventArgs e

    Any event args associated with the event

    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.