Class
UploadProgressEventArgs

Arguments for the progress event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class UploadProgressEventArgs : UploadEventArgsBase

Inheritance: objectUploadEventArgsBaseUploadProgressEventArgs

Constructors

UploadProgressEventArgs()

Declaration

cs-api-definition
public UploadProgressEventArgs()

Properties

Progress

The upload progress (in percents).

Declaration

cs-api-definition
public int Progress { get; set; }

Property Value

int