Search Results for

    Show / Hide Table of Contents

    Class ProgressArgs

    Event arguments reporting progress of a long-running operation, exposing the current count and total and allowing the handler to request cancellation.

    Inheritance
    object
    ProgressArgs
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class ProgressArgs

    Constructors

    View Source

    ProgressArgs(long, long)

    Declaration
    public ProgressArgs(long ncount, long ntotal)
    Parameters
    Type Name Description
    long ncount
    long ntotal

    Fields

    View Source

    Cancel

    Declaration
    public bool Cancel
    Field Value
    Type Description
    bool

    Properties

    View Source

    Count

    Declaration
    public long Count { get; }
    Property Value
    Type Description
    long
    View Source

    Total

    Declaration
    public long Total { get; }
    Property Value
    Type Description
    long
    • View Source
    In this article
    Back to top Generated by DocFX