Represents base class for the asynchronous operation completed event.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public MustInherit Class ZipOperationCompletedEventArgs _
	Inherits AsyncCompletedEventArgs
C#
public abstract class ZipOperationCompletedEventArgs : AsyncCompletedEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Rebex..::..AsyncCompletedEventArgs
      Rebex.IO.Compression..::..ZipOperationCompletedEventArgs
        Rebex.IO.Compression..::..ZipAddCompletedEventArgs
        Rebex.IO.Compression..::..ZipDeleteCompletedEventArgs
        Rebex.IO.Compression..::..ZipExtractCompletedEventArgs

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also