Class EventsBag
Class EventsBag
Namespace: Aspose.Zip.Saving
Assembly: Aspose.Zip.dll (25.1.0)
Aspose.Zip.Archive 저장에 사용되는 이벤트 컨테이너입니다.
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>