Class EntryEventArgs
Class EntryEventArgs
Pôvodný názov: Aspose.Zip Zhromaždenie: Aspose.Zip.dll (25.5.0)
argumenty pre vstupné súvisiace udalosti.
public class EntryEventArgs : EventArgs
Inheritance
object ← EventArgs ← EntryEventArgs
Derived
Z dedičných členov
EventArgs.Empty , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EntryEventArgs(ArchiveEntry)
Iniciuje novú inštanciu triedy Aspose.Zip.EntryEventArgs.
public EntryEventArgs(ArchiveEntry entry)
Parameters
entry
ArchiveEntry
Archív vstupu udalosť je vyzdvihnutá pre.
Properties
Entry
Dostane sa do archívu vstup, pre ktorý sa podujatie zvyšuje.
public ArchiveEntry Entry { get; }