Class EntryEventArgs
Class EntryEventArgs
Namespace: Aspose.Zip.Iso
Assembly: Aspose.Zip.dll (25.1.0)
Tham số sự kiện cho các sự kiện liên quan đến mục.
public class EntryEventArgs : EventArgs
Kế thừa
object ← EventArgs ← EntryEventArgs
Các thành viên kế thừa
EventArgs.Empty, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Các bộ khởi tạo
EntryEventArgs(IsoEntry)
Khởi tạo một thể hiện mới của lớp Aspose.Zip.Iso.EntryEventArgs.
public EntryEventArgs(IsoEntry entry)
Tham số
entry
IsoEntry
Mục lưu trữ mà sự kiện được kích hoạt cho.
Thuộc tính
Entry
Lấy mục lưu trữ mà sự kiện được kích hoạt cho.
public IsoEntry Entry { get; }