New to Telerik UI for BlazorStart a free 30-day trial

Event arguments of the click event of the chat message file action.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class ChatFileActionClickEventArgs

Inheritance: objectChatFileActionClickEventArgs

Constructors

C#
public ChatFileActionClickEventArgs()

Properties

File

FileSelectFileInfo

Object containing meta info for the file.

C#
public FileSelectFileInfo File { get; set; }

The id of the message containing the file.

C#
public string MessageId { get; set; }