Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageUploadChangeEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved