Class EventsBag

Class EventsBag

Il nome: Aspose.Zip.Saving Assemblea: Aspose.Zip.dll (25.5.0)

Contenitore di eventi utilizzato su Aspose.Zip.Archivio risparmio.

public sealed class EventsBag

Inheritance

object EventsBag

I membri ereditari

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EventsBag()

public EventsBag()

EntryAccessed

Rispondi prima che un archivio viene compreso.

public event EventHandler<entryeventargs> EntryAccessed

Tipo di evento

EventHandler di < EntryEventArgs >

EntryCompressed

Scrivi una recensione dopo che un archivio è stato compreso.

public event EventHandler<cancelentryeventargs> EntryCompressed

Tipo di evento

EventHandler di < CancelEntryEventArgs >

Vedi anche

ArchiveSaveOptions

 Italiano