Class ProgressEventArgs

Class ProgressEventArgs

Tên không gian: Aspose.Zip Tổng hợp: Aspose.Zip.dll (25.5.0)

Lớp cho dữ liệu sự kiện bao gồm số lượng byte đã diễn ra.

public class ProgressEventArgs : EventArgs

Inheritance

object EventArgs ProgressEventArgs

Thành viên thừa kế

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

Constructors

ProgressEventArgs(Tiếp theo)

Bắt đầu một trường hợp mới của lớp Aspose.Zip.ProgressEventArgs.

public ProgressEventArgs(ulong proceededBytes)

Parameters

proceededBytes ulong

Số lượng byte đã diễn ra.

Properties

ProceededBytes

Nhận được số lượng byte tiến hành.

public ulong ProceededBytes { get; }

Giá trị bất động sản

ulong

 Tiếng Việt