Class ProgressEventArgs
Class ProgressEventArgs
Nama dari : Aspose.Zip Perhitungan: Aspose.Zip.dll (25.5.0)
Kelas untuk data peristiwa yang berisi jumlah byte yang terjadi.
public class ProgressEventArgs : EventArgs
Inheritance
object ← EventArgs ← ProgressEventArgs
anggota yang diwarisi
EventArgs.Empty , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ProgressEventArgs(Ulong)
Initifikasi instans baru dari kelas Aspose.Zip.ProgressEventArgs.
public ProgressEventArgs(ulong proceededBytes)
Parameters
proceededBytes
ulong
Jumlah bajet terus berlanjut.
Properties
ProceededBytes
Menghitung jumlah byte yang terjadi.
public ulong ProceededBytes { get; }