Class ImageSuccessEventArgs
Provides data for the OnImageUploadSuccess event.
Inheritance
System.Object
ImageSuccessEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ImageSuccessEventArgs : Object
Constructors
ImageSuccessEventArgs()
Declaration
public ImageSuccessEventArgs()
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 operation.
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 |