ZipItemAddingEventArgs(ZipItem) Constructor
Initializes a new instance of the ZipItemAddingEventArgs object with the specified zip item.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | ZipItem | A ZipItem that is the zip item being added to the archive. This value is assigned to the ZipItemAddingEventArgs.Item property. |
Remarks
Instances of the ZipItemAddingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also