Class EntryEventArgs

Class EntryEventArgs

Název místa: Aspose.Zip.Iso Sbírka: Aspose.Zip.dll (25.5.0)

Argumenty pro vstupní související události.

public class EntryEventArgs : EventArgs

Inheritance

object EventArgs EntryEventArgs

Dědiční členové

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

Constructors

EntryEventArgs(IsoEntry)

Začíná nový příklad třídy Aspose.Zip.Iso.EntryEventArgs.

public EntryEventArgs(IsoEntry entry)

Parameters

entry IsoEntry

Archivní vstup k události je vybudován.

Properties

Entry

Obdržíte archivní vstup, pro který je událost vyzvednuta.

public IsoEntry Entry { get; }

Hodnota nemovitosti

IsoEntry

 Čeština