Class EntryEventArgs

Class EntryEventArgs

Nazwa przestrzeń: Aspose.Zip.Iso Zestawienie: Aspose.Zip.dll (25.5.0)

Artykuły na temat wydarzeń związanych z wejściem.

public class EntryEventArgs : EventArgs

Inheritance

object EventArgs EntryEventArgs

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(IsoEntry)

Inicjalizuje nową instancję klasy Aspose.Zip.Iso.EntryEventArgs.

public EntryEventArgs(IsoEntry entry)

Parameters

entry IsoEntry

Archiwum wejścia do wydarzenia jest podniesione.

Properties

Entry

Dostęp do archiwum wejścia do wydarzenia jest podniesiony.

public IsoEntry Entry { get; }

Wartość nieruchomości

IsoEntry

 Polski