Class EventsBag
Class EventsBag
Le nom : Aspose.Zip.Saving Assemblée: Aspose.Zip.dll (25.5.0)
Contenitore di eventi utilizzato su Aspose.Zip.Archivio risparmio.
public sealed class EventsBag
Inheritance
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 >