Search Results for

    Show / Hide Table of Contents

    Delegate CopyProgress

    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public delegate void CopyProgress(string filename, int file, int filecount, int position, int size, ref bool docancel)
    Parameters
    Type Name Description
    string filename
    int file
    int filecount
    int position
    int size
    bool docancel

    Constructors

    CopyProgress(object, nint)

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

    Methods

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

    Declaration
    public virtual IAsyncResult BeginInvoke(string filename, int file, int filecount, int position, int size, ref bool docancel, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    string filename
    int file
    int filecount
    int position
    int size
    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(string, int, int, int, int, ref bool)

    Declaration
    public virtual void Invoke(string filename, int file, int filecount, int position, int size, ref bool docancel)
    Parameters
    Type Name Description
    string filename
    int file
    int filecount
    int position
    int size
    bool docancel
    In this article
    Back to top Generated by DocFX