ClassUploadErrorEventArgs
Class
Provides event data for the Error event, fired when an upload or remove operation fails. Use to inspect error details and update the UI. Example: show error message from Request.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class UploadErrorEventArgs : UploadRequestResultEventArgs
Inheritance: objectUploadEventArgsBaseUploadRequestResultEventArgsUploadErrorEventArgs
Constructors
UploadErrorEventArgs()
Declaration
cs-api-definition
public UploadErrorEventArgs()