Class EntryEventArgs

Class EntryEventArgs

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

항목 관련 이벤트의 이벤트 인수입니다.

public class EntryEventArgs : EventArgs

상속

objectEventArgsEntryEventArgs

파생

CancelEntryEventArgs

상속된 멤버

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; }

속성 값

XarEntry

 한국어