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 Cancel |
Target |
Gets the path to the file to which the zip item will be unzipped. |
Zip |
Obtains the zip item for which a file conflict is detected. |
See Also