Back to Devexpress

ZipItemAddingEventArgs Class

officefileapi-devexpress-dot-compression-78c33671.md

latest1.4 KB
Original Source

ZipItemAddingEventArgs Class

Provides data for the ZipArchive.ItemAdding event.

Namespace : DevExpress.Compression

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public class ZipItemAddingEventArgs :
    EventArgs
vb
Public Class ZipItemAddingEventArgs
    Inherits EventArgs

ZipItemAddingEventArgs is the data class for the following events:

Remarks

Handle the ZipArchive.ItemAdding event to filter zip items while they are added to archive. You can also stop adding zip items when this action is required.

Inheritance

Object EventArgs ZipItemAddingEventArgs

See Also

ZipItemAddingEventArgs Members

DevExpress.Compression Namespace