Provides data for the ProblemDetected event.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Rebex.IO.Compression..::.ZipProblemDetectedEventArgs

See Also