Class EntryEventArgs

Class EntryEventArgs

이름 공간 : Aspose.Zip.Iso 모임: Aspose.Zip.dll (25.5.0)

입력 관련 이벤트에 대한 이벤트 논쟁.

public class EntryEventArgs : EventArgs

Inheritance

object EventArgs EntryEventArgs

상속 회원들

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

Constructors

EntryEventArgs(IsoEntry)

Aspose.Zip.Iso.EntryEventArgs 클래스의 새로운 사례를 시작합니다.

public EntryEventArgs(IsoEntry entry)

Parameters

entry IsoEntry

아카이브 입력 이벤트가 업로드되었습니다.

Properties

Entry

이벤트에 대한 아카이브 입력을 얻을 수 있습니다.

public IsoEntry Entry { get; }

부동산 가치

IsoEntry

 한국어