Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BeforeImageLoadEventArgs<TValue>

    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

    The generic type parameter.

    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 - 2023 Syncfusion Inc. All Rights Reserved