Class
UploadEventArgs

Arguments for the upload/remove event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class UploadEventArgs : UploadCancelableEventArgs

Inheritance: objectUploadEventArgsBaseUploadCancelableEventArgsUploadEventArgs

Inherited Members UploadCancelableEventArgs.IsCancelled

Constructors

UploadEventArgs()

Declaration

cs-api-definition
public UploadEventArgs()

Properties

RequestData

The additional data that will be sent with the request.

Declaration

cs-api-definition
public Dictionary<string, object> RequestData { get; set; }

Property Value

Dictionary<string, object>

RequestHeaders

The headers that will be sent with the request.

Declaration

cs-api-definition
public Dictionary<string, object> RequestHeaders { get; set; }

Property Value

Dictionary<string, object>