Provides data for the ExtractCompleted event.

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

Syntax

C#
[SerializableAttribute]
public class ZipExtractCompletedEventArgs : ZipOperationCompletedEventArgs
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ZipExtractCompletedEventArgs _
	Inherits ZipOperationCompletedEventArgs
Visual C++
[SerializableAttribute]
public ref class ZipExtractCompletedEventArgs : public ZipOperationCompletedEventArgs

Inheritance Hierarchy

See Also