Class EntryEventArgs

Class EntryEventArgs

Namespace: Aspose.Zip.Iso
Assembly: Aspose.Zip.dll (25.1.0)

エントリ関連イベントのイベント引数。

public class EntryEventArgs : EventArgs

継承

objectEventArgsEntryEventArgs

継承メンバー

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

コンストラクタ

EntryEventArgs(IsoEntry)

Aspose.Zip.Iso.EntryEventArgsクラスの新しいインスタンスを初期化します。

public EntryEventArgs(IsoEntry entry)

パラメーター

entry IsoEntry

イベントが発生するアーカイブエントリ。

プロパティ

Entry

イベントが発生するアーカイブエントリを取得します。

public IsoEntry Entry { get; }

プロパティ値

IsoEntry

 日本語