Class ProgressEventArgs
Class ProgressEventArgs
Namespace: Aspose.Zip
Assembly: Aspose.Zip.dll (25.1.0)
Lớp cho dữ liệu sự kiện chứa số byte đã xử lý.
public class ProgressEventArgs : EventArgs
Kế thừa
object ← EventArgs ← ProgressEventArgs
Các thành viên kế thừa
EventArgs.Empty, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Các hàm khởi tạo
ProgressEventArgs(ulong)
Khởi tạo một thể hiện mới của lớp Aspose.Zip.ProgressEventArgs.
public ProgressEventArgs(ulong proceededBytes)
Tham số
proceededBytes
ulong
Số byte đã xử lý.
Thuộc tính
ProceededBytes
Lấy số byte đã xử lý.
public ulong ProceededBytes { get; }