Class ProgressEventArgs

Class ProgressEventArgs

Il nome: Aspose.Zip Assemblea: Aspose.Zip.dll (25.5.0)

Classificazione per i dati di eventi che contengono il numero di byte in corso.

public class ProgressEventArgs : EventArgs

Inheritance

object EventArgs ProgressEventArgs

I membri ereditari

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

Constructors

ProgressEventArgs(Ultimo)

Inizia una nuova instanza della classe Aspose.Zip.ProgressEventArgs.

public ProgressEventArgs(ulong proceededBytes)

Parameters

proceededBytes ulong

Il numero di byte è andato avanti.

Properties

ProceededBytes

Si verifica il numero di byte.

public ulong ProceededBytes { get; }

Valore di proprietà

ulong

 Italiano