Class ProgressChangeEventArgs
Defines a provider for progress updates
Inherited Members
Namespace: Neosmartpen.Net
Assembly: Neosmartpen.Net.dll
Syntax
public sealed class ProgressChangeEventArgs
Properties
| Edit this page View SourceAmountDone
Gets the amount of work done
Declaration
public int AmountDone { get; }
Property Value
Type | Description |
---|---|
int |
Total
Gets the amount of work total
Declaration
public int Total { get; }
Property Value
Type | Description |
---|---|
int |