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