Represents base class for the asynchronous operation completed event.

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

Syntax

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

Inheritance Hierarchy

See Also