Class ProgressCancelEventArgs
ProgressCancelEventArgs class
Class for cancelable event data containing the number of bytes proceeded.
public class ProgressCancelEventArgs : ProgressEventArgs
Constructors
Name | Description |
---|---|
ProgressCancelEventArgs(ulong) | Initializes a new instance of the ProgressCancelEventArgs class. |
Properties
Name | Description |
---|---|
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
- class ProgressEventArgs
- namespace Aspose.Zip
- assembly Aspose.Zip