Class CancelEntryEventArgs
Class CancelEntryEventArgs
اسم الفضاء : Aspose.Zip تجميع: Aspose.Zip.dll (25.5.0)
الحجج الحدث للدخول الأحداث ذات الصلة.
public class CancelEntryEventArgs : EntryEventArgs
Inheritance
object ← EventArgs ← EntryEventArgs ← CancelEntryEventArgs
الأعضاء الموروثين
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(ArchiveEntry)
يبدأ مثالًا جديدًا من فئة Aspose.Zip.EntryEventArgs.
public CancelEntryEventArgs(ArchiveEntry entry)
Parameters
entry
ArchiveEntry
أرشيف إدخال الحدث يتم رفعها.
Properties
Cancel
يحصل أو يضع قيمة تشير إلى ما إذا كان من الضروري إلغاء الحدث.
public bool Cancel { get; set; }