ProgressEventArgs Class

Class for event data containing the number of bytes proceeded.
Inheritance Hierarchy

Namespace:  Aspose.Zip
Assembly:  Aspose.Zip (in Aspose.Zip.dll) Version: 20.3
Syntax
public class ProgressEventArgs : EventArgs

The ProgressEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodProgressEventArgs
Initializes a new instance of the ProgressEventArgs class.
Properties
  NameDescription
Public propertyProceededBytes
Gets the number of bytes proceeded.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also