Class EntryEventArgs
Class EntryEventArgs
اسم الفضاء : Aspose.Zip.Xar تجميع: Aspose.Zip.dll (25.5.0)
الحجج الحدث للدخول الأحداث ذات الصلة.
public class EntryEventArgs : EventArgs
Inheritance
object ← EventArgs ← EntryEventArgs
Derived
الأعضاء الموروثين
EventArgs.Empty , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EntryEventArgs(XarEntry)
يبدأ مثالًا جديدًا من فئة Aspose.Zip.Xar.EntryEventArgs.
public EntryEventArgs(XarEntry entry)
Parameters
entry
XarEntry
أرشيف إدخال الحدث يتم رفعها.
Properties
Entry
يحصل على إدخال الأرشيف الذي يتم رفع الحدث.
public XarEntry Entry { get; }