Class ProgressEventArgs
Class ProgressEventArgs
Pôvodný názov: Aspose.Zip Zhromaždenie: Aspose.Zip.dll (25.5.0)
Trieda údajov o udalostiach obsahujúca počet prebiehajúcich bajtov.
public class ProgressEventArgs : EventArgs
Inheritance
object ← EventArgs ← ProgressEventArgs
Z dedičných členov
EventArgs.Empty , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ProgressEventArgs(Ďalšie)
Iniciuje novú inštanciu triedy Aspose.Zip.ProgressEventArgs.
public ProgressEventArgs(ulong proceededBytes)
Parameters
proceededBytes
ulong
Počet bajtov pokračoval.
Properties
ProceededBytes
Znamená to, že počet bytov pokračuje.
public ulong ProceededBytes { get; }