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

Provides data for the OnReferencedMessageClick event of the Chat component. Fires when the user clicks a pinned message indicator or a reply-to preview.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class ChatReferencedMessageClickEventArgs

Inheritance: objectChatReferencedMessageClickEventArgs

Constructors

C#
public ChatReferencedMessageClickEventArgs()

Properties

The ID of the referenced message that was clicked.

C#
public string Id { get; }