Occurs when a significant action occurs in Extract or Add methods.

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

Syntax

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

Remarks

Use this to be informed about current operations and suboperations.

See Also