ZipItemAddingEventArgs Properties
Provides data for the ZipArchive.ItemAdding event.
Name | Description |
---|---|
Action |
Gets or sets the action required to perform after the Item |
Item | Obtains the zip item being added to the archive. |
See Also