Class EntryEventArgs

Class EntryEventArgs

Namespace: Aspose.Zip.Iso
Assembly: Aspose.Zip.dll (25.1.0)

Argumenty události pro události související s položkami.

public class EntryEventArgs : EventArgs

Dědičnost

objectEventArgsEntryEventArgs

Děděné členy

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

Konstruktor

EntryEventArgs(IsoEntry)

Inicializuje novou instanci třídy Aspose.Zip.Iso.EntryEventArgs.

public EntryEventArgs(IsoEntry entry)

Parametry

entry IsoEntry

Položka archivu, pro kterou je událost vyvolána.

Vlastnosti

Entry

Získá položku archivu, pro kterou je událost vyvolána.

public IsoEntry Entry { get; }

Hodnota vlastnosti

IsoEntry

 Čeština