ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / ZipProgressEventArgs Class
Members

In This Topic
    ZipProgressEventArgs Class
    In This Topic
    Provides data for the C1ZipFile.Progress event of a C1ZipFile.
    Syntax
    Public Class ZipProgressEventArgs 
       Inherits System.EventArgs
    public class ZipProgressEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Zip.ZipProgressEventArgs

    See Also