Class ProgressArgs
Event arguments reporting progress of a long-running operation, exposing the current
count and total and allowing the handler to request cancellation.
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
Field Value
Properties
View Source
Count
Declaration
public long Count { get; }
Property Value
View Source
Total
Declaration
public long Total { get; }
Property Value