Skip to main content

ZipItemAddingEventArgs(ZipItem) Constructor

Initializes a new instance of the ZipItemAddingEventArgs object with the specified zip item.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public ZipItemAddingEventArgs(
    ZipItem item
)

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