Class ImageFailedEventArgs
Provides data for the OnImageUploadFailed event.
Inheritance
System.Object
ImageFailedEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ImageFailedEventArgs : Object
Constructors
ImageFailedEventArgs()
Declaration
public ImageFailedEventArgs()
Properties
File
Returns the details about upload file.
Declaration
public FileInfo File { get; set; }
Property Value
Type | Description |
---|---|
FileInfo |
Operation
Returns the upload event operation.
Declaration
public string Operation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Response
Returns the upload event response.
Declaration
public ResponseEventArgs Response { get; set; }
Property Value
Type | Description |
---|---|
ResponseEventArgs |
StatusText
Returns the upload status.
Declaration
public string StatusText { get; set; }
Property Value
Type | Description |
---|---|
System.String |