IP*Works! OpenPGP V9 - Online Help
IP*Works! OpenPGP V9
Questions / Feedback?

Progress Event

Shows the progress of decoding/encoding the input data.

Syntax

[VB.NET]
Public Event OnProgress As OnProgressHandler
[C#]
public event OnProgressHandler OnProgress;

public delegate void OnProgressHandler(object sender, MimeProgressEventArgs e);

class MimeProgressEventArgs : EventArgs {
  int PercentDone {get;}
}

Remarks

The Progress allows the user to visualize the progress of processing the input data.

The PercentDone parameter shows what percentage of the input has been read.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0