Class ProgressEventArgs
Class ProgressEventArgs
ชื่อพื้นที่: Aspose.Zip การประกอบ: Aspose.Zip.dll (25.5.0)
ประเภทข้อมูลเหตุการณ์ที่มีจํานวนไบต์ที่ดําเนินการ
public class ProgressEventArgs : EventArgs
Inheritance
object ← EventArgs ← ProgressEventArgs
อนุญาโตตุลาการ
EventArgs.Empty , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ProgressEventArgs(ล่าสุด)
เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Zip.ProgressEventArgs
public ProgressEventArgs(ulong proceededBytes)
Parameters
proceededBytes
ulong
หมายเลขไบต์ดําเนินการ
Properties
ProceededBytes
รับจํานวนไบต์ที่ผ่านไป
public ulong ProceededBytes { get; }