Class EntryEventArgs
Class EntryEventArgs
ja nimityö: Aspose.Zip.Iso Kokoelma: Aspose.Zip.dll (25.5.0)
Tapahtuman perustelut sisäänpääsyyn liittyvistä tapahtumista.
public class EntryEventArgs : EventArgs
Inheritance
object ← EventArgs ← EntryEventArgs
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(IsoEntry)
Aloita Aspose.Zip.Iso.EntryEventArg-luokan uusi esimerkki.
public EntryEventArgs(IsoEntry entry)
Parameters
entry
IsoEntry
Arkisto sisäänpääsy tapahtuma on nostettu.
Properties
Entry
Saat arkistotunnuksen, johon tapahtuma on nostettu.
public IsoEntry Entry { get; }