EndFile Event

Fired after a file is processed.

Syntax

public event OnEndFileHandler OnEndFile;

public delegate void OnEndFileHandler(object sender, GzipEndFileEventArgs e);

public class GzipEndFileEventArgs : EventArgs {
  public int Index { get; }
}
Public Event OnEndFile As OnEndFileHandler

Public Delegate Sub OnEndFileHandler(sender As Object, e As GzipEndFileEventArgs)

Public Class GzipEndFileEventArgs Inherits EventArgs
  Public ReadOnly Property Index As Integer
End Class

Remarks

EndFile is fired when compression or decompression finishes. Index will contain 0.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 .NET Edition - Version 20.0 [Build 8300]