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

 한국어