Class EventsBag
Class EventsBag
Namespace: Aspose.Zip.Xar
Assembly: Aspose.Zip.dll (25.1.0)
מיכל האירועים המשמש לשמירה של Aspose.Zip.Xar.XarArchive.
public sealed class EventsBag
ירושה
חברים ירושים
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
בונים
EventsBag()
public EventsBag()
EntryAccessed
מתרחש לפני שנכנסת ארכיון נלחצת.
public event EventHandler<entryeventargs> EntryAccessed
סוג אירוע
EventHandler<EntryEventArgs>
EntryCompressed
מתרחש לאחר שנכנסת ארכיון נלחצה.
public event EventHandler<cancelentryeventargs> EntryCompressed
סוג אירוע
EventHandler<CancelEntryEventArgs>