Blazor

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

    Show / Hide Table of Contents

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