Class EventsBag

Class EventsBag

Nazwa przestrzeń: Aspose.Zip.Saving Zestawienie: Aspose.Zip.dll (25.5.0)

Kontainer wydarzeń używany na Aspose.Zip.Archive oszczędności.

public sealed class EventsBag

Inheritance

object EventsBag

Dziedziczeni członkowie

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

Constructors

EventsBag()

public EventsBag()

EntryAccessed

Podwyżki przed zapisem archiwum są kompresowane.

public event EventHandler<entryeventargs> EntryAccessed

Rodzaj wydarzeń

EventHandler • < EntryEventArgs >

EntryCompressed

Wpisy po tym, jak wstęp do archiwum został skompresowany.

public event EventHandler<cancelentryeventargs> EntryCompressed

Rodzaj wydarzeń

EventHandler • < CancelEntryEventArgs >

Zobacz również

ArchiveSaveOptions

 Polski