Class EventsBag
Class EventsBag
Namespace: Aspose.Zip.Iso
Assembly: Aspose.Zip.dll (25.1.0)
מיכל אירועים המשמש לשמירת Aspose.Zip.Iso.IsoArchive.
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<entryeventargs> EntryCompressed
סוג אירוע
EventHandler<EntryEventArgs>