Class ProgressCancelEventArgs

ProgressCancelEventArgs class

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

public class ProgressCancelEventArgs : ProgressEventArgs

Constructors

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

Properties

NameDescription
Cancel { get; set; }Gets or sets a value indicating whether the event should be canceled.
ProceededBytes { get; }Gets the number of bytes proceeded.

See Also