Class EntryEventArgs
Class EntryEventArgs
Pôvodný názov: Aspose.Zip.Xar Zhromaždenie: Aspose.Zip.dll (25.5.0)
argumenty pre vstupné súvisiace udalosti.
public class EntryEventArgs : EventArgsInheritance
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(XarEntry)
Iniciuje novú inštanciu triedy Aspose.Zip.Xar.EntryEventArgs.
public EntryEventArgs(XarEntry entry)Parameters
entry XarEntry
Archív vstupu udalosť je vyzdvihnutá pre.
Properties
Entry
Dostane sa do archívu vstup, pre ktorý sa podujatie zvyšuje.
public XarEntry Entry { get; }