Class EntryEventArgs

Class EntryEventArgs

ja nimityö: Aspose.Zip.Xar Kokoelma: Aspose.Zip.dll (25.5.0)

Tapahtuman perustelut sisäänpääsyyn liittyvistä tapahtumista.

public class EntryEventArgs : EventArgs

Inheritance

object EventArgs EntryEventArgs

Derived

CancelEntryEventArgs

Perintöjäsenet

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

Constructors

EntryEventArgs(XarEntry)

Aloittaa Aspose.Zip.Xar.EntryEventArg-luokan uusi esimerkki.

public EntryEventArgs(XarEntry entry)

Parameters

entry XarEntry

Arkisto sisäänpääsy tapahtuma on nostettu.

Properties

Entry

Saat arkistotunnuksen, johon tapahtuma on nostettu.

public XarEntry Entry { get; }

Omistuksen arvo

XarEntry

 Suomi