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; }