Supplies information about a Complete event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class UploadCompleteEventArgsSupplies information about a Complete event that is being raised.
public UploadCompleteEventArgs()Gets a boolean value indicating if the upload was cancelled by the user.
public bool Cancelled { get; set; }
| Type | Description |
|---|---|
| bool | Gets a boolean value indicating if the upload was cancelled by the user. |
Gets the JSON response which the server returned after the upload.
public Text.Json.JsonDocument JsonResponse { get; set; }
| Type | Description |
|---|---|
| Text.Json.JsonDocument | Gets the JSON response which the server returned after the upload. |
Gets the raw server response.
public string RawResponse { get; set; }
| Type | Description |
|---|---|
| string | Gets the raw server response. |