Class EntryEventArgs
Class EntryEventArgs
Namespace: Aspose.Zip.Iso
Assembly: Aspose.Zip.dll (25.1.0)
أحداث المعاملات المتعلقة بالدخول.
public class EntryEventArgs : EventArgs
الوراثة
object ← EventArgs ← EntryEventArgs
الأعضاء الموروثون
EventArgs.Empty، object.GetType()، object.MemberwiseClone()، object.ToString()، object.Equals(object?)، object.Equals(object?, object?)، object.ReferenceEquals(object?, object?)، object.GetHashCode()
المنشئات
EntryEventArgs(IsoEntry)
يهيئ مثيلًا جديدًا من فئة Aspose.Zip.Iso.EntryEventArgs.
public EntryEventArgs(IsoEntry entry)
المعاملات
entry
IsoEntry
مدخل الأرشيف الذي يتم رفع الحدث من أجله.
الخصائص
Entry
يحصل على مدخل الأرشيف الذي يتم رفع الحدث من أجله.
public IsoEntry Entry { get; }