Class EventsBag

Class EventsBag

名称: Aspose.Zip.Xar 收藏: Aspose.Zip.dll (25.5.0)

在 Aspose.Zip.Xar.Xar上使用的事件容器存储。

public sealed class EventsBag

Inheritance

object EventsBag

继承人

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EventsBag()

public EventsBag()

EntryAccessed

在存档输入被压缩之前提取。

public event EventHandler<entryeventargs> EntryAccessed

事件类型

EventHandler < EntryEventArgs >

EntryCompressed

下载后,档案输入已被压缩。

public event EventHandler<cancelentryeventargs> EntryCompressed

事件类型

EventHandler < CancelEntryEventArgs >

看也

XarSaveOptions

 中文