Class ProgressEventArgs
Class ProgressEventArgs
이름 공간 : Aspose.Zip 모임: Aspose.Zip.dll (25.5.0)
진행된 바이트 수를 포함하는 이벤트 데이터 클래스.
public class ProgressEventArgs : EventArgs
Inheritance
object ← EventArgs ← ProgressEventArgs
상속 회원들
EventArgs.Empty , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ProgressEventArgs(나중에)
Aspose.Zip.ProgressEventArgs 클래스의 새로운 사례를 시작합니다.
public ProgressEventArgs(ulong proceededBytes)
Parameters
proceededBytes
ulong
바이트 수가 계속되었습니다.
Properties
ProceededBytes
바이트의 숫자가 진행되었습니다.
public ulong ProceededBytes { get; }