Class EntryEventArgs

Class EntryEventArgs

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

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

public class EntryEventArgs : EventArgs

Inheritance

object EventArgs EntryEventArgs

Derived

CancelEntryEventArgs

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

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

public EntryEventArgs(XarEntry entry)

Parameters

entry XarEntry

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

Properties

Entry

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

public XarEntry Entry { get; }

Hodnota nemovitosti

XarEntry

 Čeština