Class EntryEventArgs
Class EntryEventArgs
이름 공간 : Aspose.Zip.Xar 모임: Aspose.Zip.dll (25.5.0)
입력 관련 이벤트에 대한 이벤트 논쟁.
public class EntryEventArgs : EventArgs
Inheritance
object ← EventArgs ← EntryEventArgs
Derived
상속 회원들
EventArgs.Empty , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EntryEventArgs(XarEntry)
Aspose.Zip.Xar.EntryEventArgs 클래스의 새로운 사례를 시작합니다.
public EntryEventArgs(XarEntry entry)
Parameters
entry
XarEntry
아카이브 입력 이벤트가 업로드되었습니다.
Properties
Entry
이벤트에 대한 아카이브 입력을 얻을 수 있습니다.
public XarEntry Entry { get; }