UploadCompleteEventArgs Class

Supplies information about a Complete event that is being raised.

Inheritance

Object

UploadCompleteEventArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class UploadCompleteEventArgs

Constructors

UploadCompleteEventArgsLink to this section

Supplies information about a Complete event that is being raised.

Declaration
public UploadCompleteEventArgs()

Properties

CancelledLink to this section

Gets a boolean value indicating if the upload was cancelled by the user.

Declaration
public bool Cancelled { get; set; }
Property Value
Type Description
boolGets a boolean value indicating if the upload was cancelled by the user.

JsonResponseLink to this section

Gets the JSON response which the server returned after the upload.

Declaration
public Text.Json.JsonDocument JsonResponse { get; set; }
Property Value
Type Description
Text.Json.JsonDocumentGets the JSON response which the server returned after the upload.

RawResponseLink to this section

Gets the raw server response.

Declaration
public string RawResponse { get; set; }
Property Value
Type Description
stringGets the raw server response.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙