Blazor

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

    Show / Hide Table of Contents

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