Class EntryEventArgs

Class EntryEventArgs

Nazwa przestrzeń: Aspose.Zip.Xar 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

Derived

CancelEntryEventArgs

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

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

public EntryEventArgs(XarEntry entry)

Parameters

entry XarEntry

Archiwum wejścia do wydarzenia jest podniesione.

Properties

Entry

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

public XarEntry Entry { get; }

Wartość nieruchomości

XarEntry

 Polski