Class ProgressEventArgs
Class ProgressEventArgs
Namespace: Aspose.Zip
Assembly: Aspose.Zip.dll (25.1.0)
Klasa dla danych zdarzeń zawierająca liczbę przetworzonych bajtów.
public class ProgressEventArgs : EventArgs
Dziedziczenie
object ← EventArgs ← ProgressEventArgs
Członkowie dziedziczeni
EventArgs.Empty, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Konstruktorzy
ProgressEventArgs(ulong)
Inicjalizuje nową instancję klasy Aspose.Zip.ProgressEventArgs.
public ProgressEventArgs(ulong proceededBytes)
Parametry
proceededBytes
ulong
Liczba przetworzonych bajtów.
Właściwości
ProceededBytes
Zwraca liczbę przetworzonych bajtów.
public ulong ProceededBytes { get; }