Class CancelEntryEventArgs

Class CancelEntryEventArgs

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

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

public class CancelEntryEventArgs : EntryEventArgs

Inheritance

object EventArgs EntryEventArgs CancelEntryEventArgs

mirasçı üyeleri

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

Constructors

CancelEntryEventArgs(XarEntry)

Aspose.Zip.Xar.EntryEventArgs sınıfının yeni bir örneğini başlatır.

public CancelEntryEventArgs(XarEntry entry)

Parameters

entry XarEntry

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

Properties

Cancel

Etkinliğin iptal edilmesi gerektiğini gösteren bir değer alır veya ayarlar.

public bool Cancel { get; set; }

Mülkiyet Değer

bool

 Türkçe