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 |