Class EntryEventArgs
Class EntryEventArgs
Namespace: Aspose.Zip.Xar
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(XarEntry)
สร้างอินสแตนซ์ใหม่ของคลาส Aspose.Zip.Xar.EntryEventArgs
public EntryEventArgs(XarEntry entry)
พารามิเตอร์
entry
XarEntry
รายการในอาร์คิฟที่เหตุการณ์เกิดขึ้นสำหรับ
คุณสมบัติ
Entry
รับรายการในอาร์คิฟที่เหตุการณ์เกิดขึ้นสำหรับ
public XarEntry Entry { get; }