Class CancelEntryEventArgs

Class CancelEntryEventArgs

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

Artykuły na temat wydarzeń związanych z wejściem.

public class CancelEntryEventArgs : EntryEventArgs

Inheritance

object EventArgs EntryEventArgs CancelEntryEventArgs

Dziedziczeni członkowie

EntryEventArgs.Entry , EventArgs.Empty , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

CancelEntryEventArgs(ArchiveEntry)

Inicjalizuje nową instancję klasy Aspose.Zip.EntryEventArgs.

public CancelEntryEventArgs(ArchiveEntry entry)

Parameters

entry ArchiveEntry

Archiwum wejścia do wydarzenia jest podniesione.

Properties

Cancel

otrzymuje lub ustawia wartość wskazującą, czy wydarzenie powinno zostać odwołane.

public bool Cancel { get; set; }

Wartość nieruchomości

bool

Zobacz również

ArchiveLoadOptions . EntryListed

 Polski