Occurs when the asynchronous call of the AddAsync or the AddFileAsync method is completed (or canceled or raised an exception).

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

Syntax

C#
public event EventHandler<ZipAddCompletedEventArgs> AddCompleted
Visual Basic (Declaration)
Public Event AddCompleted As EventHandler(Of ZipAddCompletedEventArgs)
Visual C++
public:
 event EventHandler<ZipAddCompletedEventArgs^>^ AddCompleted {
	void add (EventHandler<ZipAddCompletedEventArgs^>^ value);
	void remove (EventHandler<ZipAddCompletedEventArgs^>^ value);
}

See Also