Search Results for

    Show / Hide Table of Contents

    Delegate ProgresEvent

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void ProgresEvent(int current, int count, ref bool cancelar)
    Parameters
    Type Name Description
    int current
    int count
    bool cancelar

    Constructors

    ProgresEvent(object, nint)

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

    Methods

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

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

    EndInvoke(ref bool, IAsyncResult)

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

    Invoke(int, int, ref bool)

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