Class CancelEntryEventArgs
Class CancelEntryEventArgs
Namespace: Aspose.Zip.Xar
Assembly: Aspose.Zip.dll (25.1.0)
Argumenty zdarzeń związanych z wpisami.
public class CancelEntryEventArgs : EntryEventArgs
Dziedziczenie
object ← EventArgs ← EntryEventArgs ← CancelEntryEventArgs
Dziedziczone 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()
Konstruktory
CancelEntryEventArgs(XarEntry)
Inicjalizuje nową instancję klasy Aspose.Zip.Xar.EntryEventArgs.
public CancelEntryEventArgs(XarEntry entry)
Parametry
entry
XarEntry
Wpis archiwum, dla którego zdarzenie zostało wywołane.
Właściwości
Cancel
Pobiera lub ustawia wartość wskazującą, czy zdarzenie powinno zostać anulowane.
public bool Cancel { get; set; }