Search Results for

    Show / Hide Table of Contents

    Delegate DataProgressEvent

    Namespace: Reportman.Reporting
    Assembly: Reportman.Drawing.dll
    Syntax
    public delegate void DataProgressEvent(object sender, int records, int count, ref bool docancel)
    Parameters
    Type Name Description
    object sender
    int records
    int count
    bool docancel

    Constructors

    DataProgressEvent(object, nint)

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

    Methods

    BeginInvoke(object, int, int, ref bool, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, int records, int count, ref bool docancel, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    object sender
    int records
    int count
    bool docancel
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(ref bool, IAsyncResult)

    Declaration
    public virtual void EndInvoke(ref bool docancel, IAsyncResult result)
    Parameters
    Type Name Description
    bool docancel
    IAsyncResult result

    Invoke(object, int, int, ref bool)

    Declaration
    public virtual void Invoke(object sender, int records, int count, ref bool docancel)
    Parameters
    Type Name Description
    object sender
    int records
    int count
    bool docancel
    In this article
    Back to top Generated by DocFX