AllowFileOverwriteEventArgs Constructors
Provides data for the ZipArchive.AllowFileOverwrite event.Name | Parameters | Description |
---|---|---|
AllowFileOverwriteEventArgs(ZipItem, String) | zipItem, targetFilePath | Initializes a new instance of the AllowFileOverwriteEventArgs class with the zip item and the path to where it will be unzipped. |
See Also