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