Search Results for

    Show / Hide Table of Contents

    Delegate StringEvent

    Callback raised when an item is chosen from an advanced control's drop-down list, passing the selected item (a string or an AutoCompleteInfo) as the second argument.

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void StringEvent(object sender, object nitem)
    Parameters
    Type Name Description
    object sender Callback raised when an item is chosen from an advanced control's drop-down list, passing the selected item (a string or an AutoCompleteInfo) as the second argument.
    object nitem Callback raised when an item is chosen from an advanced control's drop-down list, passing the selected item (a string or an AutoCompleteInfo) as the second argument.

    Constructors

    View Source

    StringEvent(object, nint)

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

    Methods

    View Source

    BeginInvoke(object, object, AsyncCallback, object)

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

    EndInvoke(IAsyncResult)

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

    Invoke(object, object)

    Declaration
    public virtual void Invoke(object sender, object nitem)
    Parameters
    Type Name Description
    object sender
    object nitem
    • View Source
    In this article
    Back to top Generated by DocFX