Class CancelEntryEventArgs

Class CancelEntryEventArgs

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

وسائط الأحداث المتعلقة بالمدخلات.

public class CancelEntryEventArgs : EntryEventArgs

الوراثة

objectEventArgsEntryEventArgsCancelEntryEventArgs

الأعضاء الموروثة

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

المنشئات

CancelEntryEventArgs(XarEntry)

يهيئ مثيلاً جديداً من فئة Aspose.Zip.Xar.EntryEventArgs.

public CancelEntryEventArgs(XarEntry entry)

المعلمات

entry XarEntry

مدخل الأرشيف الذي يتم رفع الحدث من أجله.

الخصائص

Cancel

يحصل أو يحدد قيمة تشير إلى ما إذا كان يجب إلغاء الحدث.

public bool Cancel { get; set; }

قيمة الخاصية

bool

 عربي