ProgressCancelEventArgs

ProgressCancelEventArgs class

Class for cancelable event data containing the number of bytes proceeded.

The ProgressCancelEventArgs type exposes the following members:

Constructors

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

Properties

NameDescription
proceeded_bytesGets the number of bytes proceeded.
cancelGets or sets a value indicating whether the event should be canceled.

See Also