Class EntryEventArgs
Class EntryEventArgs
Nazwa przestrzeń: Aspose.Zip Zestawienie: Aspose.Zip.dll (25.5.0)
Artykuły na temat wydarzeń związanych z wejściem.
public class EntryEventArgs : EventArgsInheritance
object ← EventArgs ← EntryEventArgs
Derived
Dziedziczeni członkowie
EventArgs.Empty , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EntryEventArgs(ArchiveEntry)
Inicjalizuje nową instancję klasy Aspose.Zip.EntryEventArgs.
public EntryEventArgs(ArchiveEntry entry)Parameters
entry ArchiveEntry
Archiwum wejścia do wydarzenia jest podniesione.
Properties
Entry
Dostęp do archiwum wejścia do wydarzenia jest podniesiony.
public ArchiveEntry Entry { get; }