Class
ChatFileActionClickEventArgs

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ChatFileActionClickEventArgs

Inheritance: objectChatFileActionClickEventArgs

Constructors

ChatFileActionClickEventArgs()

Declaration

cs-api-definition
public ChatFileActionClickEventArgs()

Properties

File

Object containing meta info for the file.

Declaration

cs-api-definition
public FileSelectFileInfo File { get; set; }

Property Value

FileSelectFileInfo

MessageId

The id of the message containing the file.

Declaration

cs-api-definition
public string MessageId { get; set; }

Property Value

string