Search Results for

    Show / Hide Table of Contents

    Delegate EllipsisClick

    Callback raised when the ellipsis button of an EllipsisEditingControl is clicked; the handler may replace text and returns true if the value was changed.

    Namespace: Reportman.Designer
    Assembly: Reportman.Designer.dll
    Syntax
    public delegate bool EllipsisClick(EllipsisEditingControl sender, ref string text)
    Parameters
    Type Name Description
    EllipsisEditingControl sender Callback raised when the ellipsis button of an is clicked; the handler may replace text and returns true if the value was changed.
    string text Callback raised when the ellipsis button of an is clicked; the handler may replace text and returns true if the value was changed.
    Returns
    Type Description
    bool Callback raised when the ellipsis button of an is clicked; the handler may replace text and returns true if the value was changed.

    Constructors

    View Source

    EllipsisClick(object, nint)

    Declaration
    public EllipsisClick(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    View Source

    BeginInvoke(EllipsisEditingControl, ref string, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(EllipsisEditingControl sender, ref string text, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    EllipsisEditingControl sender
    string text
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult
    View Source

    EndInvoke(ref string, IAsyncResult)

    Declaration
    public virtual bool EndInvoke(ref string text, IAsyncResult result)
    Parameters
    Type Name Description
    string text
    IAsyncResult result
    Returns
    Type Description
    bool
    View Source

    Invoke(EllipsisEditingControl, ref string)

    Declaration
    public virtual bool Invoke(EllipsisEditingControl sender, ref string text)
    Parameters
    Type Name Description
    EllipsisEditingControl sender
    string text
    Returns
    Type Description
    bool
    • View Source
    In this article
    Back to top Generated by DocFX