IP*Works! ZIP V9 - Online Help
IP*Works! ZIP V9
Questions / Feedback?

BeginFile Event

Fired before a file is processed.

Syntax

[VB.NET]
Public Event OnBeginFile As OnBeginFileHandler
[C#]
public event OnBeginFileHandler OnBeginFile;

public delegate void OnBeginFileHandler(object sender, GzipBeginFileEventArgs e);

class GzipBeginFileEventArgs : EventArgs {
  int Index {get;}
  bool Skip {get; set;}
}

Remarks

BeginFile is fired before compression or decompression begins. Index will contain 0.

You may use the Skip parameter to tell the component to skip the file when appending or decompressing.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0