Class ProgressCancelEventArgs
Class ProgressCancelEventArgs
Namespace: Aspose.Zip
Assembly: Aspose.Zip.dll (25.7.0)
Class for cancelable event data containing the number of bytes proceeded.
public class ProgressCancelEventArgs : ProgressEventArgs
Inheritance
object ← EventArgs ← ProgressEventArgs ← ProgressCancelEventArgs
Inherited Members
ProgressEventArgs.ProceededBytes , EventArgs.Empty , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ProgressCancelEventArgs(ulong)
Initializes a new instance of the Aspose.Zip.ProgressCancelEventArgs class.
public ProgressCancelEventArgs(ulong proceededBytes)
Parameters
proceededBytes
ulong
The number of bytes proceeded.
Properties
Cancel
Gets or sets a value indicating whether the event should be canceled.
public bool Cancel { get; set; }