Occurs when a problem is detected in Add, Extract, Delete or GetItems methods, making it possible for the handler to choose a desired action.

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

Syntax

Visual Basic
Public Event ProblemDetected As EventHandler(Of ZipProblemDetectedEventArgs)
C#
public event EventHandler<ZipProblemDetectedEventArgs> ProblemDetected

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also