Search Results for

    Show / Hide Table of Contents

    Class ProgressArgs

    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

    ProgressArgs(long, long)

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

    Fields

    Cancel

    Declaration
    public bool Cancel
    Field Value
    Type Description
    bool

    Properties

    Count

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

    Total

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