AllowFileOverwriteEventArgs Properties
Provides data for the ZipArchive.AllowFileOverwrite event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| TargetFilePath | Gets the path to the file to which the zip item will be unzipped. |
| ZipItem | Obtains the zip item for which a file conflict is detected. |
See Also