Provides data for the DeleteCompleted event.

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

Syntax

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

Inheritance Hierarchy

See Also