Class ProgressEventArgs
Class ProgressEventArgs
Název místa: Aspose.Zip Sbírka: Aspose.Zip.dll (25.5.0)
Třída pro údaje o událostech obsahující počet probíhajících bajt.
public class ProgressEventArgs : EventArgs
Inheritance
object ← EventArgs ← ProgressEventArgs
Dědiční členové
EventArgs.Empty , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ProgressEventArgs(Poslední)
Začíná nový příklad třídy Aspose.Zip.ProgressEventArgs.
public ProgressEventArgs(ulong proceededBytes)
Parameters
proceededBytes
ulong
Počet bajtů pokračoval.
Properties
ProceededBytes
Počítejte s počtem bajt.
public ulong ProceededBytes { get; }