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