Class EntryEventArgs
Class EntryEventArgs
Названий на: Aspose.Zip.Iso Асамблея: Aspose.Zip.dll (25.5.0)
Аргументи подій для вступних подій.
public class EntryEventArgs : EventArgsInheritance
object ← EventArgs ← EntryEventArgs
Нападні члени
EventArgs.Empty , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EntryEventArgs(IsoEntry)
Ініціалює новий приклад класу Aspose.Zip.Iso.EntryEventArgs.
public EntryEventArgs(IsoEntry entry)Parameters
entry IsoEntry
Архів вхід події піднімається для.
Properties
Entry
Відкривається вхід до архіву, для якого піднімається подія.
public IsoEntry Entry { get; }