Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ZipItemAddingEventArgs.Item Property

Obtains the zip item being added to the archive.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public ZipItem Item { get; }

Property Value

Type Description
ZipItem

A ZipItem descendant being added to the archive.

See Also