ProcessProgressEventArgs
ProcessProgressEventArgs class
Provides data for OnProgress event of signing, verification and search processes.
public class ProcessProgressEventArgs : ProcessEventArgs
Constructors
Properties
| Name | 
Description | 
| Cancel { get; set; } | 
Indicates whether process should be canceled. | 
| ProcessedSignatures { get; set; } | 
Represents the quantity of processed signatures. | 
| Progress { get; set; } | 
Represents the progress in percents. Value range is from 0 to 100. | 
| Status { get; set; } | 
Indicates current process state. | 
| Ticks { get; set; } | 
Represents the time spent in milliseconds since process Start event. | 
See Also