Class ProgressEventArgs

Class ProgressEventArgs

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

فئة لبيانات الحدث تحتوي على عدد البايتات التي تم معالجتها.

public class ProgressEventArgs : EventArgs

الوراثة

objectEventArgsProgressEventArgs

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

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

المنشئات

ProgressEventArgs(ulong)

يبدأ مثيلًا جديدًا من فئة Aspose.Zip.ProgressEventArgs.

public ProgressEventArgs(ulong proceededBytes)

المعلمات

proceededBytes ulong

عدد البايتات التي تم معالجتها.

الخصائص

ProceededBytes

يحصل على عدد البايتات التي تم معالجتها.

public ulong ProceededBytes { get; }

قيمة الخاصية

ulong

 عربي