Search Results for

    Show / Hide Table of Contents

    Delegate StringEvent

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void StringEvent(object sender, object nitem)
    Parameters
    Type Name Description
    object sender
    object nitem

    Constructors

    StringEvent(object, nint)

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

    Methods

    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

    EndInvoke(IAsyncResult)

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

    Invoke(object, object)

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