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 |