Progress Event

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Progress Event
Occurs when the compression engine reports progress in packing or unpacking an archive.
Declaration Syntax
C# Visual Basic Visual C++
public event EventHandler<ArchiveProgressEventArgs> Progress
Public Event Progress As EventHandler(Of ArchiveProgressEventArgs)
public:
 event EventHandler<ArchiveProgressEventArgs^>^ Progress {
	void add (EventHandler<ArchiveProgressEventArgs^>^ value);
	void remove (EventHandler<ArchiveProgressEventArgs^>^ value);
}
Value
EventHandler < (Of < ( <' ArchiveProgressEventArgs > ) > ) >

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)