Class
ChatMessageActionClickEventArgs

Event arguments of the click event of the chat message context menu action.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ChatMessageActionClickEventArgs

Inheritance: objectChatMessageActionClickEventArgs

Constructors

ChatMessageActionClickEventArgs()

Declaration

cs-api-definition
public ChatMessageActionClickEventArgs()

Properties

MessageId

The id of the selected message.

Declaration

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

Property Value

string