ProcessCompleteEventArgs

ProcessCompleteEventArgs class

Provides data on complete event of signing, verification and search processes.

public class ProcessCompleteEventArgs : ProcessEventArgs

Properties

Name Description
Canceled { get; } Indicates whether process was canceled.
Completed { get; set; } Represents the time mark of process completion.
Status { get; set; } Indicates current process state.
Ticks { get; set; } Represents the time in milliseconds spent since process Start event.
TotalSignatures { get; set; } Represents the total quantity of processed signatures.

See Also