Class CancelEntryEventArgs
Class CancelEntryEventArgs
Namespace: Aspose.Zip.Xar
Assembly: Aspose.Zip.dll (25.1.0)
Argumenty událostí pro události související s položkami.
public class CancelEntryEventArgs : EntryEventArgs
Dědičnost
object ← EventArgs ← EntryEventArgs ← CancelEntryEventArgs
Děděné členy
EntryEventArgs.Entry, EventArgs.Empty, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Konstruktor
CancelEntryEventArgs(XarEntry)
Inicializuje novou instanci třídy Aspose.Zip.Xar.EntryEventArgs.
public CancelEntryEventArgs(XarEntry entry)
Parametry
entry
XarEntry
Položka archivu, pro kterou je událost vyvolána.
Vlastnosti
Cancel
Získá nebo nastaví hodnotu, která určuje, zda by měla být událost zrušena.
public bool Cancel { get; set; }