Class EntryEventArgs

Class EntryEventArgs

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

关于入场相关事件的事件论点。

public class EntryEventArgs : EventArgs

Inheritance

object EventArgs EntryEventArgs

继承人

EventArgs.Empty , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EntryEventArgs(IsoEntry)

启动 Aspose.Zip.Iso.EntryEventArgs 类的新例子。

public EntryEventArgs(IsoEntry entry)

Parameters

entry IsoEntry

档案输入 该活动被提交。

Properties

Entry

收到事件提交的档案输入。

public IsoEntry Entry { get; }

财产价值

IsoEntry

 中文