Skip to main content

AllowFileOverwriteEventArgs Class

Provides data for the ZipArchive.AllowFileOverwrite event.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public class AllowFileOverwriteEventArgs :
    CancelEventArgs

Remarks

Handle the ZipArchive.AllowFileOverwrite event to manually resolve the file conflict when unzipping.

Inheritance

Object
EventArgs
CancelEventArgs
AllowFileOverwriteEventArgs
See Also