ZipArchive.ProblemDetected Event
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
Occurs when a problem is detected in Add, Extract, Delete or GetItems methods, making it possible for the handler to choose a desired action.
Syntax
public event EventHandler<ZipProblemDetectedEventArgs> ProblemDetected
Returns
Type | Description |
---|---|
EventHandler<ZipProblemDetectedEventArgs> |