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

Supplies information about a Complete event that is being raised.

Declaration
public UploadCompleteEventArgs()

Properties

Cancelledlink

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

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

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 🗙