Class CancelEntryEventArgs
Class CancelEntryEventArgs
Nazwa przestrzeń: Aspose.Zip.Xar 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(XarEntry)
Inicjalizuje nową instancję klasy Aspose.Zip.Xar.EntryEventArgs.
public CancelEntryEventArgs(XarEntry entry)
Parameters
entry
XarEntry
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; }