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

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class ChatMessageActionClickEventArgs

Inheritance: objectChatMessageActionClickEventArgs

Constructors

C#
public ChatMessageActionClickEventArgs()

Properties

The id of the selected message.

C#
public string MessageId { get; set; }