Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BeforeImageLoadEventArgs<TValue> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BeforeImageLoadEventArgs<TValue>

    Class for BeforeImageLoad event arguments.

    Inheritance
    System.Object
    BeforeImageLoadEventArgs<TValue>
    Namespace: Syncfusion.Blazor.FileManager
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BeforeImageLoadEventArgs<TValue> : Object
    Type Parameters
    Name Description
    TValue

    Constructors

    BeforeImageLoadEventArgs()

    Declaration
    public BeforeImageLoadEventArgs()

    Properties

    FileDetails

    Return the current rendering image item as an array of JSON object.

    Declaration
    public TValue FileDetails { get; set; }
    Property Value
    Type Description
    TValue

    ImageUrl

    Specifies the URL along with custom attributes to be sent to server.

    Declaration
    public string ImageUrl { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved