Class EntryEventArgs
Class EntryEventArgs
nazivni prostor: Aspose.Zip.Iso Sastav: Aspose.Zip.dll (25.5.0)
Argumenti događaja za ulaz povezanih događaja.
public class EntryEventArgs : EventArgs
Inheritance
object ← EventArgs ← EntryEventArgs
naslijeđeni članovi
EventArgs.Empty , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EntryEventArgs(IsoEntry)
Inicijalizira novu primjenu klase Aspose.Zip.Iso.EntryEventArgs.
public EntryEventArgs(IsoEntry entry)
Parameters
entry
IsoEntry
Arhiva ulaz događaj je podignuta za.
Properties
Entry
Dobivaju se arhivski ulaz za koji se događaj podiže.
public IsoEntry Entry { get; }