Class EntryEventArgs
Class EntryEventArgs
Namespace: Aspose.Zip.Xar
Assembly: Aspose.Zip.dll (25.1.0)
与条目相关事件的事件参数。
public class EntryEventArgs : EventArgs
继承
object ← EventArgs ← EntryEventArgs
派生
继承成员
EventArgs.Empty, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
构造函数
EntryEventArgs(XarEntry)
初始化 Aspose.Zip.Xar.EntryEventArgs 类的新实例。
public EntryEventArgs(XarEntry entry)
参数
entry
XarEntry
引发事件的归档条目。
属性
Entry
获取引发事件的归档条目。
public XarEntry Entry { get; }