Class ProgressArgs
Inherited Members
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 |