Class EntryEventArgs

Class EntryEventArgs

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

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

public class EntryEventArgs : EventArgs

Inheritance

object EventArgs EntryEventArgs

Derived

CancelEntryEventArgs

继承人

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

Constructors

EntryEventArgs(XarEntry)

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

public EntryEventArgs(XarEntry entry)

Parameters

entry XarEntry

档案输入 该活动被提交。

Properties

Entry

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

public XarEntry Entry { get; }

财产价值

XarEntry

 中文