Class ImageUploadChangeEventArgs
Provides data for the ImageUploadChange event.
Inheritance
System.Object
ImageUploadChangeEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ImageUploadChangeEventArgs : Object
Constructors
ImageUploadChangeEventArgs()
Declaration
public ImageUploadChangeEventArgs()
Properties
Files
Returns the list of files that will be uploaded from the FileList.
Declaration
public List<UploadFiles> Files { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UploadFiles> |
ImageUrl
Specifies the image url which insert into the editor.
Declaration
public string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |