Class EntryEventArgs

Class EntryEventArgs

İsim alanı : Aspose.Zip.Xar Toplama: Aspose.Zip.dll (25.5.0)

Giriş ile ilgili olaylar için etkinlik argümanları.

public class EntryEventArgs : EventArgs

Inheritance

object EventArgs EntryEventArgs

Derived

CancelEntryEventArgs

mirasçı üyeleri

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 sınıfının yeni bir örneğini başlatır.

public EntryEventArgs(XarEntry entry)

Parameters

entry XarEntry

Arşiv içeriği etkinlik için yükseltilmiştir.

Properties

Entry

Arşiv girişini aldığınızda, etkinliğin yükseltildiği için.

public XarEntry Entry { get; }

Mülkiyet Değer

XarEntry

 Türkçe