ProgressEventArgs

ProgressEventArgs class

Class for event data containing the number of bytes proceeded.

The ProgressEventArgs type exposes the following members:

Constructors

NameDescription
ProgressEventArgs(proceeded_bytes)Initializes a new instance of the ProgressEventArgs class.

Properties

NameDescription
proceeded_bytesGets the number of bytes proceeded.

See Also